We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc93674 commit 70cd8b5Copy full SHA for 70cd8b5
tasks/test_syntax.js
@@ -102,10 +102,10 @@ function assertCircularDeps() {
102
var circularDeps = dependencyObject.circular().getArray();
103
var logs = [];
104
105
- // as of 2016/08/19
+ // as of v1.17.0 - 2016/09/08
106
// see https://github.com/plotly/plotly.js/milestone/9
107
// for more details
108
- var MAX_ALLOWED_CIRCULAR_DEPS = 31;
+ var MAX_ALLOWED_CIRCULAR_DEPS = 33;
109
110
if(circularDeps.length > MAX_ALLOWED_CIRCULAR_DEPS) {
111
logs.push('some new circular dependencies were added to src/');
0 commit comments