Use new beforeArt
This commit is contained in:
parent
9e6af7f19b
commit
d5c806031f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue