mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 10:06:40 +02:00
change " to ' per code climate
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user