Index: branches/new-upload/phase3/js2/mwEmbed/mv_embed.js |
— | — | @@ -466,7 +466,7 @@ |
467 | 467 | loadSet.push(loadChain[i][j]); |
468 | 468 | } |
469 | 469 | } |
470 | | - doLoad(loadSet, callback); |
| 470 | + mvJsLoader.doLoad(loadSet, callback); |
471 | 471 | }else{ |
472 | 472 | //safair and IE tend to execute out of order so load with dependenciy checks |
473 | 473 | mvJsLoader.doLoad(loadChain.shift(),function(){ |