aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-08 18:45:40 -0800
committerChris Rebert <[email protected]>2014-01-08 18:45:40 -0800
commit29547a2102afdf84842c77a7dd4ea5f15cadeb1f (patch)
tree4844dcb303c35d5153ceb0ea3dfcb27475161262
parent8a10bd5231b2f4fc397c4cb77be478e3b9afafb4 (diff)
downloadbootstrap-29547a2102afdf84842c77a7dd4ea5f15cadeb1f.tar.xz
bootstrap-29547a2102afdf84842c77a7dd4ea5f15cadeb1f.zip
JSHint is on crack?
Linting docs/grunt/bs-raw-files-generator.js ...ERROR [L3:C5] W079: Redefinition of 'btoa'. var btoa = require('btoa')
-rw-r--r--docs/grunt/bs-raw-files-generator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/grunt/bs-raw-files-generator.js b/docs/grunt/bs-raw-files-generator.js
index b38563a06..6b23cca7c 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) {