We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765e890 commit 5e82385Copy full SHA for 5e82385
CCBoot.js
@@ -1673,17 +1673,6 @@ cc._initSys = function (config, CONFIG_KEY) {
1673
// N/A in cocos2d-html5
1674
};
1675
1676
- /**
1677
- * cleanScript the singal JS file
1678
- * @memberof cc.sys
1679
- * @name cleanScript
1680
- * @param {String} jsfile
1681
- * @function
1682
- */
1683
- sys.cleanScript = function (jsfile) {
1684
- // N/A in cocos2d-html5
1685
- };
1686
-
1687
/**
1688
* Dump system informations
1689
* @memberof cc.sys
@@ -2045,13 +2034,6 @@ cc.game = /** @lends cc.game# */{
2045
2034
self._paused = false;
2046
2035
},
2047
2036
2048
2049
- * Run game.
2050
2051
- restart: function () {
2052
- window.location.href = window.location.href;
2053
- },
2054
2055
2037
2056
2038
* Run game.
2057
2039
*/
0 commit comments