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:
@@ -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();
|
var zoomMgr = ZoomManager.prototype.getInstance();
|
||||||
value = parseInt(value);
|
value = parseInt(value);
|
||||||
|
|||||||
Reference in New Issue
Block a user