stevesouders / controljs

Automatically exported from code.google.com/p/controljs
Apache License 2.0
26 stars 9 forks source link

hLoaded flag setted to true when load a not exists js file in IE #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. for example <script type="text/cjs" data-cjssrc="not_found.js"></script>

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Version 2.0
Window 7

Please provide any additional information below.

CJS.onloadCallback = function(url) {
    CJS.hLoaded[url] = true;
};

the above callback will be called when a not found js loading by IE .

Original issue reported on code.google.com by chenlinb...@163.com on 13 Nov 2013 at 4:53