You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
kkjames
changed the title
the section “Plugin API ” of documentation has an mistake
the section “Plugin API ” of documentation has a mistake
Mar 11, 2017
var self = this; loader = null;
should be :
var self = this, loader = null;
http://thinkpixellab.com/pxloader/#plugins
The text was updated successfully, but these errors were encountered: