1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:07:59 +01:00

added back zoom_to function

This commit is contained in:
Martin Stubenschrott
2007-06-07 12:53:04 +00:00
parent f678695b54
commit d03d545d8a

View File

@@ -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);