diff --git a/nv.d3.js b/nv.d3.js index 533f1ab..83d23f1 100644 --- a/nv.d3.js +++ b/nv.d3.js @@ -3537,8 +3537,7 @@ nv.models.indentedTree = function() { return chart; -}; -nv.models.legend = function() { +};nv.models.legend = function() { //============================================================ // Public Variables with Default Settings diff --git a/src/models/indentedTree.js b/src/models/indentedTree.js index 996208f..6a4c7f1 100644 --- a/src/models/indentedTree.js +++ b/src/models/indentedTree.js @@ -314,4 +314,4 @@ nv.models.indentedTree = function() { return chart; -}; +}; \ No newline at end of file