change " to ' per code climate

This commit is contained in:
whyzdev
2016-12-19 00:09:12 -05:00
parent 4a5bbe1791
commit 71125e7b86
2 changed files with 30 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ module.exports = { process: processMermaid }
function processMermaid(files, _options, _next) {
var options = _options || {}
, outputDir = options.outputDir || process.cwd()
, outputSuffix = options.outputSuffix || ""
, outputSuffix = options.outputSuffix || ''
, next = _next || function() {}
, phantomArgs = [
phantomscript