Skip to content

Commit cd3c79b

Browse files
author
Andrew Start
committed
Noted our changes.
1 parent 6ecb7e1 commit cd3c79b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ use it for almost any purpose (including commercial projects). We appreciate cre
2727

2828
**LoadQueue**
2929
The 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.

0 commit comments

Comments
 (0)