Commit 29547a21 authored by Chris Rebert's avatar Chris Rebert

JSHint is on crack?

Linting docs/grunt/bs-raw-files-generator.js ...ERROR
[L3:C5] W079: Redefinition of 'btoa'.
var btoa = require('btoa')
parent 8a10bd52
/* jshint node: true */
var btoa = require('btoa')
var btoa = require('btoa') // jshint ignore:line
var fs = require('fs')
function getFiles(type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment