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() {
169169 _this . plotContainer . selectAll ( '.backplot,.frontplot,.grids' )
170170 . call ( Drawing . setClipUrl , clipId ) ;
171171
172- _this . init_interactions ( ) ;
172+ _this . initInteractions ( ) ;
173173} ;
174174
175175var 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.
421421var 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 ] ;
You can’t perform that action at this time.
0 commit comments