Skip to content

Commit cb31943

Browse files
Merge branch 'develop' of https://github.com/cocos2d/cocos2d-html5 into issue2261_LoaderBug
Conflicts: cocos2d/core/CCLoader.js
1 parent f2e6521 commit cb31943

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cocos2d/core/CCLoader.js

-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ cc.Loader = cc.Class.extend(/** @lends cc.Loader# */{
252252
}
253253
else {
254254
var ext = path.substring(path.lastIndexOf(".") + 1, path.length);
255-
256255
var index = ext.indexOf("?");
257256
if (index > 0) ext = ext.substring(0, index);
258257

0 commit comments

Comments
 (0)