greenlock.js/user-events.js

8 lines
117 B
JavaScript
Raw Permalink Normal View History

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