diff --git a/core/standard_menu.js b/core/standard_menu.js index 9848acb5..4d4b8819 100644 --- a/core/standard_menu.js +++ b/core/standard_menu.js @@ -22,8 +22,8 @@ StandardMenuModule.prototype.enter = function() { StandardMenuModule.super_.prototype.enter.call(this); }; -StandardMenuModule.prototype.beforeArt = function() { - StandardMenuModule.super_.prototype.beforeArt.call(this); +StandardMenuModule.prototype.beforeArt = function(cb) { + StandardMenuModule.super_.prototype.beforeArt.call(this, cb); }; StandardMenuModule.prototype.mciReady = function(mciData, cb) {