X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-interaction-model.js;h=9654f2826f78778615bebc393e455066ed38091c;hb=1ec210da847dc40996a07d9e8b711b4ad1d84c76;hp=b5e9ee3faa116893cbe76d095b9b639e70510cbf;hpb=7c5c5ece906e40e036e401ab92296c18f5c32f3a;p=dygraphs.git diff --git a/dygraph-interaction-model.js b/dygraph-interaction-model.js index b5e9ee3..9654f28 100644 --- a/dygraph-interaction-model.js +++ b/dygraph-interaction-model.js @@ -574,9 +574,7 @@ Dygraph.Interaction.defaultModel = { if (event.altKey || event.shiftKey) { return; } - // TODO(konigsberg): replace g.doUnzoom()_ with something that is - // friendlier to public use. - g.doUnzoom_(); + g.resetZoom(); } };