2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-12-23 19:58:38 +00:00
greenlock.js/user-events.js
2019-10-20 02:51:19 -06:00

8 lines
114 B
JavaScript

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