File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,10 @@ use it for almost any purpose (including commercial projects). We appreciate cre
2727
2828** LoadQueue**
2929The main class that manages all preloading. Instantiate a LoadQueue instance, load a file or manifest, and track
30- progress and complete events. Check out the [ docs] ( http://createjs.com/Docs/PreloadJS/ ) for more information.
30+ progress and complete events. Check out the [ docs] ( http://createjs.com/Docs/PreloadJS/ ) for more information.
31+
32+ ## CloudKid changes
33+ * Changed JSON loading to use eval() so that we can have javascript style comments. Since this is
34+ how JSONP works anyway, we aren't too concerned by potential unsafe JSON.
35+ * Added some checks for errors, so that you can see what url is missing a file extension and is breaking LoadQueue.
36+ * Made a small fix to XHRLoader to be more Cordova friendly.
You can’t perform that action at this time.
0 commit comments