Add readme note about observable properties

This commit is contained in:
Andreas Hocevar
2014-05-05 09:52:32 -05:00
parent 61b732b8f7
commit 5f54b45fa2

View File

@@ -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.