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 d4ae5f4 commit e80602fCopy full SHA for e80602f
test/jasmine/tests/cartesian_test.js
@@ -85,7 +85,7 @@ describe('plot svg clip paths', function() {
85
var cp = d3.select(this).attr('clip-path');
86
87
expect(cp.substring(0, 5)).toEqual('url(#');
88
- expect(cp.substring(cp.length-1)).toEqual(')');
+ expect(cp.substring(cp.length - 1)).toEqual(')');
89
});
90
91
done();
@@ -111,13 +111,11 @@ describe('plot svg clip paths', function() {
111
112
113
expect(cp.substring(0, 5 + href.length)).toEqual('url(' + href + '#');
114
115
116
117
+ base.remove();
118
119
-
120
- base.remove();
121
122
123
0 commit comments