We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b7c9d7 + ff1552e commit 5ac8c39Copy full SHA for 5ac8c39
test/image/strict-d3.js
@@ -37,13 +37,12 @@
37
throw new Error('d3 selection.style called with value: ' + val);
38
}
39
});
40
-
41
- // Microsoft browsers incl. "Edge" don't support CSS transform on SVG elements
42
- if(key === 'transform' && sel.node() instanceof SVGElement) {
43
- throw new Error('d3 selection.style called on an SVG element with key: ' + key);
44
- }
45
46
+ // Microsoft browsers incl. "Edge" don't support CSS transform on SVG elements
+ if(key === 'transform' && sel.node() instanceof SVGElement) {
+ throw new Error('d3 selection.style called on an SVG element with key: ' + key);
+ }
47
48
49
// below ripped from fast-isnumeric so I don't need to build this file
0 commit comments