Skip to content

Commit

Permalink
bump MAX_ALLOWED_CIRCULAR_DEPS to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 17, 2017
1 parent 2998a0a commit 2b57297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test_syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function assertCircularDeps() {
// as of v1.17.0 - 2016/09/08
// see https://github.com/plotly/plotly.js/milestone/9
// for more details
var MAX_ALLOWED_CIRCULAR_DEPS = 17;
var MAX_ALLOWED_CIRCULAR_DEPS = 18;

if(circularDeps.length > MAX_ALLOWED_CIRCULAR_DEPS) {
logs.push('some new circular dependencies were added to src/');
Expand Down

0 comments on commit 2b57297

Please sign in to comment.