diff --git a/js/module.js b/js/module.js index 40f9b311..28291a84 100644 --- a/js/module.js +++ b/js/module.js @@ -429,15 +429,10 @@ var Module = Class.extend({ options = options || {}; var self = this; - MM.showModule( - this, - speed, - function () { - self.resume(); - callback; - }, - options - ); + MM.showModule(this, speed, function () { + self.resume(); + callback(); + }, options); } });