mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14785 from xiaofeng11/v3.10
Fix in js-test, after UITest->UIFocus tests, in all other test scene when button clicked program will crash
This commit is contained in:
commit
519e69813d
|
@ -106,6 +106,10 @@ var UIFocusTestBase = UIMainLayer.extend({
|
|||
widget.setColor(cc.color.WHITE);
|
||||
}
|
||||
}
|
||||
},
|
||||
onExit:function () {
|
||||
cc.eventManager.removeListener(this._eventListener);
|
||||
this._super();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue