GLOW
GLOW copied to clipboard
missing = in load
In the load function in load.js, the compare on "onLoadContext" only has one =.
if( p !== "onLoadComplete" && p !== "onLoadItem" && p!== "dontParseJS" && p != "onLoadContext" )
Oups. Do you mind fixing it and send a pull request? :)