fixing crash

This commit is contained in:
Dante Ruiz 2017-11-17 10:20:34 -08:00
parent e8da66514c
commit cabe3819a3

View file

@ -367,8 +367,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
if (PROFILE) {
Script.endProfileRange("dispatch.run");
}
Script.setTimeOut(_this.update(), 60);
Script.setTimeout(_this.update, 60);
};
this.setBlacklist = function() {