Skip to content

Commit c666dc4

Browse files
author
jianglong0156
committed
issue #1108: comment out the function of restart
1 parent 2921855 commit c666dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CCBoot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ cc.game = /** @lends cc.game# */{
20502050
* Run game.
20512051
*/
20522052
restart: function () {
2053-
window.location.href = window.location.href;
2053+
//window.location.href = window.location.href;
20542054
},
20552055

20562056
/**

0 commit comments

Comments
 (0)