删除未使用变量

This commit is contained in:
王金平 2020-12-09 14:36:07 +08:00 committed by GitHub
parent e7d5cfac29
commit 1d518e1541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -575,7 +575,7 @@
//游戏主程序
(function(){
_COIGIG.forEach(function(config,index){
var stage,map,beans,items,player,times;
var stage,map,beans,items,player;
stage = game.createStage({
update:function(){
var stage = this;