Closed wolfbiter closed 8 years ago
looks like this line var list = app.options.d3.plugins || {};
var list = app.options.d3.plugins || {};
what is app.options.d3? is it a problem for it to be undefined?
app.options.d3
There's no problem for it to be undefined. It looks like a bug in the index.js for not using the default options object in L52.
index.js
looks like this line
var list = app.options.d3.plugins || {};