删除未使用变量
This commit is contained in:
parent
e7d5cfac29
commit
1d518e1541
2
index.js
2
index.js
@ -575,7 +575,7 @@
|
|||||||
//游戏主程序
|
//游戏主程序
|
||||||
(function(){
|
(function(){
|
||||||
_COIGIG.forEach(function(config,index){
|
_COIGIG.forEach(function(config,index){
|
||||||
var stage,map,beans,items,player,times;
|
var stage,map,beans,items,player;
|
||||||
stage = game.createStage({
|
stage = game.createStage({
|
||||||
update:function(){
|
update:function(){
|
||||||
var stage = this;
|
var stage = this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user