2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-06 00:30:41 +00:00
greenlock.js/user-events.js

8 lines
117 B
JavaScript
Raw Normal View History

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