We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2998a0a commit 2b57297Copy full SHA for 2b57297
tasks/test_syntax.js
@@ -119,7 +119,7 @@ function assertCircularDeps() {
119
// as of v1.17.0 - 2016/09/08
120
// see https://github.com/plotly/plotly.js/milestone/9
121
// for more details
122
- var MAX_ALLOWED_CIRCULAR_DEPS = 17;
+ var MAX_ALLOWED_CIRCULAR_DEPS = 18;
123
124
if(circularDeps.length > MAX_ALLOWED_CIRCULAR_DEPS) {
125
logs.push('some new circular dependencies were added to src/');
0 commit comments