Fix: menu typing test - back click error, remove english typing for free players

This commit is contained in:
2018-10-18 20:13:46 +09:00
parent 5df2c50246
commit b901a51d11
3 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -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();