thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.

Home Page:http://thinkpixellab.com/pxloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the section “Plugin API ” of documentation has a mistake

kkjames opened this issue · comments

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

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