Update engine.js

This commit is contained in:
lilj
2014-05-30 12:19:24 +08:00
parent b4fa432e04
commit 87b1fd2d5c
-2
View File
@@ -118,8 +118,6 @@
var select = $('<select>')
.addClass('menuBtn')
.append($('<option>').text("language."))
//.append($('<option>').text("english").val("en"))
//.append($('<option>').text("français").val("fr"))
.change(Engine.switchLanguage)
.appendTo(selectWrap);