laktek/extract-values

Hide `window` warning

mcandre opened this issue · 1 comments

JSHint shows a warning about window being undefined. We should be able to hide this by inserting "browser": true in .jshintrc, per jshint/jshint#1063 (comment).

Manually added window as a predef global, as we don't need other browser globals.