greenlock.js/user-events.js

8 lignes
117 B
JavaScript

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