fix exports issue
This commit is contained in:
parent
966e7f6a81
commit
865aaf8009
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
if(typeof exports == 'undefined'){
|
||||
var exports = this['mymodule'] = {};
|
||||
}
|
||||
|
||||
exports.postAceInit = function(hook, context){
|
||||
// after 10 seconds if we dont already have an email for this author then prompt them
|
||||
setTimeout(function(){init()},10000);
|
||||
|
|
Loading…
Reference in a new issue