Module type for BaseObject

This commit is contained in:
Tim Schaub
2018-03-18 09:50:48 -06:00
parent 0edbfde4d3
commit 414792f707
10 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ const Property = {
/**
* @classdesc
* Vector data that is rendered client-side.
* Note that any property set in the options is set as a {@link ol.Object}
* Note that any property set in the options is set as a {@link module:ol/Object~BaseObject}
* property on the layer object; for example, setting `title: 'My Title'` in the
* options means that `title` is observable, and has get/set accessors.
*