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 f1aa7d3 commit 05a0209Copy full SHA for 05a0209
tasks/test_syntax.js
@@ -147,7 +147,7 @@ function assertSrcContents() {
147
// off the d3-hierarchy output
148
var dirParts = path.dirname(file).split(path.sep);
149
var isSunburstFile = dirParts[dirParts.length - 1] === 'sunburst';
150
- var isLinkedToObject = ['pt', 'd'].indexOf(parts[parts.length - 2]) !== -1;
+ var isLinkedToObject = ['pt', 'd', 'parent'].indexOf(parts[parts.length - 2]) !== -1;
151
if(!(isSunburstFile && isLinkedToObject)) {
152
logs.push(file + ' : contains .' + lastPart + ' (IE failure in SVG)');
153
}
0 commit comments