1
0
spegling av https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00
greenlock.js/user-events.js
2019-10-31 16:26:18 -06:00

8 rader
117 B
JavaScript

'use strict';
var UserEvents = module.exports;
UserEvents.notify = function() {
// TODO not implemented yet
};