Skip to content

Commit c3ab79f

Browse files
committed
🐫 eats 🐍
1 parent ab22ef9 commit c3ab79f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plots/ternary/ternary.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ proto.makeFramework = function() {
169169
_this.plotContainer.selectAll('.backplot,.frontplot,.grids')
170170
.call(Drawing.setClipUrl, clipId);
171171

172-
_this.init_interactions();
172+
_this.initInteractions();
173173
};
174174

175175
var w_over_h = Math.sqrt(4/3);
@@ -420,7 +420,7 @@ var STARTMARKER = 'm0.5,0.5h5v-2h-5v-5h-2v5h-5v2h5v5h2Z';
420420
// I guess this could be shared with cartesian... but for now it's separate.
421421
var SHOWZOOMOUTTIP = true;
422422

423-
proto.init_interactions = function() {
423+
proto.initInteractions = function() {
424424
var _this = this,
425425
dragger = _this.layers.plotbg.select('path').node(),
426426
gd = _this.graphDiv,
@@ -434,7 +434,7 @@ proto.init_interactions = function() {
434434
doubleclick: doubleClick,
435435
subplot: _this.id,
436436
prepFn: function(e, startX, startY) {
437-
// these aren't available yet when init_interactions
437+
// these aren't available yet when initInteractions
438438
// is called
439439
dragOptions.xaxes = [_this.xaxis];
440440
dragOptions.yaxes = [_this.yaxis];

0 commit comments

Comments
 (0)