empaempa / GLOW

GLOW is a WebGL wrapper, which focuses on easy creation and use of shaders.
http://i-am-glow.com
MIT License
244 stars 28 forks source link

missing = in load #19

Open psulat opened 11 years ago

psulat commented 11 years ago

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

if( p !== "onLoadComplete" && p !== "onLoadItem" && p!== "dontParseJS" && p != "onLoadContext" ) 
empaempa commented 11 years ago

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