Use new beforeArt

This commit is contained in:
Bryan Ashby 2016-06-28 23:07:33 -06:00
parent 9e6af7f19b
commit d5c806031f
1 changed files with 2 additions and 2 deletions

View File

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