mirror of https://github.com/embarklabs/embark.git
remove engine param
This commit is contained in:
parent
251a49c526
commit
713268538d
|
@ -2,7 +2,6 @@ const async = require('async');
|
|||
const Viz = require('viz.js');
|
||||
const fs = require('fs');
|
||||
|
||||
// TODO: refactor this class to use the plugin api and not refeneences directly
|
||||
class GraphGenerator {
|
||||
constructor(embark, _options) {
|
||||
const self = this;
|
||||
|
|
Loading…
Reference in New Issue