thinkpixellab / PxLoader

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

the section “Plugin API ” of documentation has a mistake #62

Open kkjames opened 7 years ago

kkjames commented 7 years ago

var self = this; loader = null; should be : var self = this, loader = null;

http://thinkpixellab.com/pxloader/#plugins