Update docs for committing changes.
[dygraphs.git] / dygraph-interaction-model.js
index b5e9ee3..9654f28 100644 (file)
@@ -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();
   }
 };