We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d78730 commit e1338f4Copy full SHA for e1338f4
cocos2d/actions/CCActionInterval.js
@@ -250,7 +250,7 @@ cc.Sequence = cc.ActionInterval.extend(/** @lends cc.Sequence# */{
250
*/
251
copy:function () {
252
return cc.Sequence._actionOneTwo(this._actions[0].copy(), this._actions[1].copy() );
253
- },
+ }
254
});
255
/** helper constructor to create an array of sequenceable actions
256
* @param {Array|cc.FiniteTimeAction} tempArray
cocos2d/platform/CCConfig.js
@@ -278,7 +278,7 @@ cc.config = {
278
'engine' : 'cocos2d-html5/canvas',
279
'arch' : 'web',
280
'version' : cc.ENGINE_VERSION,
281
- 'debug' : false,
+ 'debug' : false
282
};
283
284
/**
0 commit comments