From d5c806031f6c7f85362c6336bba2f1d40a929070 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 28 Jun 2016 23:07:33 -0600 Subject: [PATCH] Use new beforeArt --- core/standard_menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {