X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-interaction-model.js;h=9654f2826f78778615bebc393e455066ed38091c;hb=79aabc9d405aa83072ffea1734125e9faed192c1;hp=b5e9ee3faa116893cbe76d095b9b639e70510cbf;hpb=20d4f5375fbe40b14ae4430fb04e7a5770ba0711;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(); } };