fix exports issue

This commit is contained in:
John McLear 2013-01-31 15:58:19 +00:00
parent 966e7f6a81
commit 865aaf8009

View file

@ -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);