1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 22:04:18 +01:00

fix v.buffer.textZoom setter - accidently marked as getter

This commit is contained in:
Doug Kearns
2008-01-01 00:20:10 +00:00
parent 056de2a024
commit ebb1e2ebb7

View File

@@ -136,7 +136,7 @@ vimperator.Buffer = function () //{{{
return zoomManager.textZoom;
},
get textZoom(value)
set textZoom(value)
{
setZoom(value);
},