greenlock.js/user-events.js

8 行
114 B
JavaScript
Raw 通常表示 履歴

2019-10-20 08:51:19 +00:00
'use strict';
var UserEvents = module.exports;
UserEvents.notify = function() {
// TODO not implemented yet
};