greenlock.js/user-events.js

8 lines
114 B
JavaScript
Raw Normal View History

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