Skip to content

Commit 2b57297

Browse files
committed
bump MAX_ALLOWED_CIRCULAR_DEPS to 18
- see #236 (comment)
1 parent 2998a0a commit 2b57297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tasks/test_syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function assertCircularDeps() {
119119
// as of v1.17.0 - 2016/09/08
120120
// see https://github.com/plotly/plotly.js/milestone/9
121121
// for more details
122-
var MAX_ALLOWED_CIRCULAR_DEPS = 17;
122+
var MAX_ALLOWED_CIRCULAR_DEPS = 18;
123123

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

0 commit comments

Comments
 (0)