From 5f54b45fa282e56db2c94b703cc84bdad8922fd2 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 5 May 2014 09:52:32 -0500 Subject: [PATCH] Add readme note about observable properties --- apidoc/readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apidoc/readme.md b/apidoc/readme.md index 94a4e68f65..21acb60ff9 100644 --- a/apidoc/readme.md +++ b/apidoc/readme.md @@ -72,3 +72,6 @@ ol.Map = function(options) { }; ``` +### Observable Properties + +Observable properties are documented using the `@observable` annotation. This annotation is added to the getter of an observable property. If an observable property is also settable, the setter is annotated with `@observable` as well.