GLOW icon indicating copy to clipboard operation
GLOW copied to clipboard

missing = in load

Open psulat opened this issue 12 years ago • 1 comments

In the load function in load.js, the compare on "onLoadContext" only has one =.

if( p !== "onLoadComplete" && p !== "onLoadItem" && p!== "dontParseJS" && p != "onLoadContext" ) 

psulat avatar Sep 22 '12 04:09 psulat

Oups. Do you mind fixing it and send a pull request? :)

empaempa avatar Sep 22 '12 07:09 empaempa