Skip to content

Commit fc8c386

Browse files
committed
fixup typo
1 parent b974eab commit fc8c386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/ternary/ternary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ proto.makeFramework = function(fullLayout) {
8181

8282
// 'relative' clippath (i.e. no translation) for this ternary subplot
8383
_this.clipDefRelative = Lib.ensureSingleById(fullLayout._clips, 'clipPath', clipIdRelative, function(s) {
84-
s.clipDefRelative.append('path').attr('d', 'M0,0Z');
84+
s.append('path').attr('d', 'M0,0Z');
8585
});
8686

8787
// container for everything in this ternary subplot

0 commit comments

Comments
 (0)