aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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) {