We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05b5e9 commit 12fababCopy full SHA for 12fabab
extensions/cocostudio/loader/load.js
@@ -259,7 +259,7 @@ cc.loader.register(["json"], {
259
normalUrl = path._normalize(tmpUrl);
260
if(!ccs.load.validate[normalUrl]){
261
ccs.load.validate[normalUrl] = true;
262
- list.push(tmpUrl);
+ list.push(normalUrl);
263
}
264
265
cc.loader.load(list, function(){
0 commit comments