From d03d545d8a9aa60dc916faf67176c2ab978efdf0 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Thu, 7 Jun 2007 12:53:04 +0000 Subject: [PATCH] added back zoom_to function --- chrome/content/vimperator/commands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 5317323c..ca353244 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -1350,8 +1350,8 @@ function zoom_in(factor) } } -function zoom_to(value) {}; -Vimperator.prototype.zoom_to = function(value) +//Vimperator.prototype.zoom_to = function(value) +function zoom_to(value) { var zoomMgr = ZoomManager.prototype.getInstance(); value = parseInt(value);