Uncaught ReferenceError: effect is not defined
Closed this issue · 4 comments
alvarobyrne commented
That error is shown by dev tools console when loading main page: it happens both when cloning it into my computer and at the online page.
case sensitive searched for full word 'effect' in all project and just found it at main indext.html and at codemirror.js.
(Wanted to label this as question but could not)
nbriz commented
what does the code on the line of the error look like?
alvarobyrne commented
It's line 162 of index.html:
effect.setSize( window.innerWidth, window.innerHeight );
nbriz commented
ah, ok. i think that's just code i left in from b4 ( when there was an effect ) u can just delete that line
alvarobyrne commented
thanks