]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
JSHint is on crack?
authorChris Rebert <github@rebertia.com>
Thu, 9 Jan 2014 02:45:40 +0000 (18:45 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 9 Jan 2014 02:45:40 +0000 (18:45 -0800)
Linting docs/grunt/bs-raw-files-generator.js ...ERROR
[L3:C5] W079: Redefinition of 'btoa'.
var btoa = require('btoa')

docs/grunt/bs-raw-files-generator.js

index b38563a06b1db6318cfbca3a6ebc37053d858c5f..6b23cca7c7bd2e0b117aedacc9e5a5a539d7a804 100644 (file)
@@ -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) {