mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 02:35:47 +01:00
fix v.buffer.textZoom setter - accidently marked as getter
This commit is contained in:
@@ -136,7 +136,7 @@ vimperator.Buffer = function () //{{{
|
|||||||
return zoomManager.textZoom;
|
return zoomManager.textZoom;
|
||||||
},
|
},
|
||||||
|
|
||||||
get textZoom(value)
|
set textZoom(value)
|
||||||
{
|
{
|
||||||
setZoom(value);
|
setZoom(value);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user