thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
http://thinkpixellab.com/pxloader
1.11k stars 171 forks source link

status should be used when we create the entry #12

Closed tleunen closed 12 years ago

tleunen commented 12 years ago

There is an error when we create the entry and we push it into the array of entries.. We set the resource and the state, but the state is never used in the code. It should be "status".

joelfillmore commented 12 years ago

@tleunen - thanks for catching and fixing this!