From: Chris Rebert Date: Thu, 9 Jan 2014 02:45:40 +0000 (-0800) Subject: JSHint is on crack? X-Git-Tag: v3.1.0~115^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29547a2102afdf84842c77a7dd4ea5f15cadeb1f;p=thirdparty%2Fbootstrap.git JSHint is on crack? Linting docs/grunt/bs-raw-files-generator.js ...ERROR [L3:C5] W079: Redefinition of 'btoa'. var btoa = require('btoa') --- diff --git a/docs/grunt/bs-raw-files-generator.js b/docs/grunt/bs-raw-files-generator.js index b38563a06b..6b23cca7c7 100644 --- a/docs/grunt/bs-raw-files-generator.js +++ b/docs/grunt/bs-raw-files-generator.js @@ -1,6 +1,6 @@ /* jshint node: true */ -var btoa = require('btoa') +var btoa = require('btoa') // jshint ignore:line var fs = require('fs') function getFiles(type) {