Fix: menu typing test - back click error, remove english typing for free players
This commit is contained in:
@@ -50,7 +50,7 @@ var MenuTypingTest = {
|
||||
|
||||
// top ui
|
||||
var screenTopUI = new ScreenTopUI();
|
||||
screenTopUI.makeBackButton( function() { (function() { this.back(); }).bind(this) });
|
||||
screenTopUI.makeBackButton( (function() { this.back(); }).bind(this) );
|
||||
screenTopUI.makeFullScreenButton();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user