Skip to content

Commit

Permalink
fix api of cc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jareguo committed Mar 17, 2017
1 parent e3f63fe commit b225e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocos2d/core/platform/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ function _copyprop(name, source, target) {

/**
* This module provides some JavaScript utilities.
* All members can be accessed with cc.js
* All members can be accessed with "cc.js".
* @submodule js
* @module js
* @namespace cc.js
*/
var js = {

Expand Down

0 comments on commit b225e2a

Please sign in to comment.