From 7eb7027b671ebaf33a31e4db9504926eb6942cda Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 4 Mar 2016 12:05:00 -0800 Subject: [PATCH] [Build] Specify browser environment ...such that various browser globals do not need to be individually declared. --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 2caf983d46..d319738002 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -60,6 +60,7 @@ var gulp = require('gulp'), }, jshint: { "bitwise": true, + "browser": true, "curly": true, "eqeqeq": true, "freeze": true, @@ -72,8 +73,6 @@ var gulp = require('gulp'), "nonew": true, "predef": [ "define", - "Blob", - "Float32Array", "Promise" ], "strict": "implied",