We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12954aa commit 27fb2d0Copy full SHA for 27fb2d0
tasks/test_syntax.js
@@ -176,10 +176,8 @@ function assertCircularDeps() {
176
var circularDeps = res.circular();
177
var logs = [];
178
179
- // as of v1.17.0 - 2016/09/08
180
// see https://github.com/plotly/plotly.js/milestone/9
181
- // for more details
182
- var MAX_ALLOWED_CIRCULAR_DEPS = 17;
+ var MAX_ALLOWED_CIRCULAR_DEPS = 13;
183
184
if(circularDeps.length > MAX_ALLOWED_CIRCULAR_DEPS) {
185
console.log(circularDeps.join('\n'));
0 commit comments