Remove a space

This commit is contained in:
ZhangMenghe 2015-07-21 15:22:03 +08:00
parent 94aa382669
commit 2e72179b91
1 changed files with 0 additions and 2 deletions

View File

@ -164,8 +164,6 @@ var SysTestScene = TestScene.extend({
sysTestSceneIdx = (num || num == 0) ? (num - 1) : -1;
var layer = nextSysTest();
this.addChild(layer);
//var clearColor = cc.color(255, 0, 0, 255);
//director.setClearColor(clearColor);
director.runScene(this);
}
});