diff --git a/apidoc/template/tmpl/observables.tmpl b/apidoc/template/tmpl/observables.tmpl index b5b5fa68be..6442c631b7 100644 --- a/apidoc/template/tmpl/observables.tmpl +++ b/apidoc/template/tmpl/observables.tmpl @@ -7,8 +7,7 @@ Name Type - Get - Set + Settable Event Description @@ -19,7 +18,6 @@ var self = this; props.forEach(function(prop) { if (!prop) { return; } - var getter = 'yes'; var setter = prop.readonly ? 'no' : 'yes'; ?> @@ -30,7 +28,6 @@ - change: