Merge pull request #2365 from probins/patch-1

Fix missing backtick in ol.Object docs
This commit is contained in:
Andreas Hocevar
2014-07-14 10:49:36 +02:00

View File

@@ -130,7 +130,7 @@ ol.ObjectAccessor.prototype.transform = function(from, to) {
* {@link ol.Map} has a `target` property, accessed with `getTarget()` and
* changed with `setTarget()`. Not all properties are however settable. There
* are also general-purpose accessors `get()` and `set()`. For example,
* `get('target') is equivalent to `getTarget()`.
* `get('target')` is equivalent to `getTarget()`.
*
* The `set` accessors trigger a change event, and you can monitor this by
* registering a listener. For example, {@link ol.View} has a `center`