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:
@@ -136,7 +136,7 @@ vimperator.Buffer = function () //{{{
|
||||
return zoomManager.textZoom;
|
||||
},
|
||||
|
||||
get textZoom(value)
|
||||
set textZoom(value)
|
||||
{
|
||||
setZoom(value);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user