CodeHunger / Jarallax

Parallax scrolling library javascript
GNU General Public License v2.0
165 stars 20 forks source link

Error: 'weak' used out of scope when running grunt #42

Open francdore opened 8 years ago

francdore commented 8 years ago

$ grunt Running "jshint:files" (jshint) task

source/jarallax.js 72 | if (this.allowWeakProgress || !weak) { ^ 'weak' used out of scope.

1 error in 13 files Warning: Task "jshint:files" failed. Use --force to continue.

Aborted due to warnings.