jsnanigans / vue-parallax-js

Tiny vue component that adds a directive for parallax effect on elements.
120 stars 19 forks source link

Fixing console error: Uncaught ReferenceError: n is not defined. #14

Closed michelmany closed 6 years ago

michelmany commented 6 years ago

We are getting an error on console related to the update() method. I fixed it declaring let n.

screen shot 2018-07-03 at 14 13 23

jsnanigans commented 6 years ago

Thank you all! I think this issue has been resolved with https://github.com/jsnanigans/vue-parallax-js/pull/16 so ill close this PR, if you still get the error please notify me. the fix is in 0.1.3 - now live on npm