Skip to content

Commit e1338f4

Browse files
author
linshun
committed
issue cocos2d#1421: remove useless comma
1 parent 3d78730 commit e1338f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocos2d/actions/CCActionInterval.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ cc.Sequence = cc.ActionInterval.extend(/** @lends cc.Sequence# */{
250250
*/
251251
copy:function () {
252252
return cc.Sequence._actionOneTwo(this._actions[0].copy(), this._actions[1].copy() );
253-
},
253+
}
254254
});
255255
/** helper constructor to create an array of sequenceable actions
256256
* @param {Array|cc.FiniteTimeAction} tempArray

cocos2d/platform/CCConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ cc.config = {
278278
'engine' : 'cocos2d-html5/canvas',
279279
'arch' : 'web',
280280
'version' : cc.ENGINE_VERSION,
281-
'debug' : false,
281+
'debug' : false
282282
};
283283

284284
/**

0 commit comments

Comments
 (0)