Skip to content

Commit

Permalink
Noted our changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Start committed Sep 19, 2014
1 parent 6ecb7e1 commit cd3c79b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ use it for almost any purpose (including commercial projects). We appreciate cre

**LoadQueue**
The main class that manages all preloading. Instantiate a LoadQueue instance, load a file or manifest, and track
progress and complete events. Check out the [docs](http://createjs.com/Docs/PreloadJS/) for more information.
progress and complete events. Check out the [docs](http://createjs.com/Docs/PreloadJS/) for more information.

## CloudKid changes
* Changed JSON loading to use eval() so that we can have javascript style comments. Since this is
how JSONP works anyway, we aren't too concerned by potential unsafe JSON.
* Added some checks for errors, so that you can see what url is missing a file extension and is breaking LoadQueue.
* Made a small fix to XHRLoader to be more Cordova friendly.

0 comments on commit cd3c79b

Please sign in to comment.