mirror of
https://github.com/therootcompany/greenlock.js.git
synced 2025-03-05 16:20:44 +00:00
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
'use strict';
|
|
|
|
var UserEvents = module.exports;
|
|
|
|
UserEvents.notify = function() {
|
|
// TODO not implemented yet
|
|
};
|