File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ proto.makeFramework = function() {
169
169
_this . plotContainer . selectAll ( '.backplot,.frontplot,.grids' )
170
170
. call ( Drawing . setClipUrl , clipId ) ;
171
171
172
- _this . init_interactions ( ) ;
172
+ _this . initInteractions ( ) ;
173
173
} ;
174
174
175
175
var w_over_h = Math . sqrt ( 4 / 3 ) ;
@@ -420,7 +420,7 @@ var STARTMARKER = 'm0.5,0.5h5v-2h-5v-5h-2v5h-5v2h5v5h2Z';
420
420
// I guess this could be shared with cartesian... but for now it's separate.
421
421
var SHOWZOOMOUTTIP = true ;
422
422
423
- proto . init_interactions = function ( ) {
423
+ proto . initInteractions = function ( ) {
424
424
var _this = this ,
425
425
dragger = _this . layers . plotbg . select ( 'path' ) . node ( ) ,
426
426
gd = _this . graphDiv ,
@@ -434,7 +434,7 @@ proto.init_interactions = function() {
434
434
doubleclick : doubleClick ,
435
435
subplot : _this . id ,
436
436
prepFn : function ( e , startX , startY ) {
437
- // these aren't available yet when init_interactions
437
+ // these aren't available yet when initInteractions
438
438
// is called
439
439
dragOptions . xaxes = [ _this . xaxis ] ;
440
440
dragOptions . yaxes = [ _this . yaxis ] ;
You can’t perform that action at this time.
0 commit comments