Make ol.Observable a @struct
This commit is contained in:
@@ -10,6 +10,8 @@ goog.require('goog.events.EventTarget');
|
|||||||
* and unregistration.
|
* and unregistration.
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {goog.events.EventTarget}
|
* @extends {goog.events.EventTarget}
|
||||||
|
* @suppress {checkStructDictInheritance}
|
||||||
|
* @struct
|
||||||
* @todo stability experimental
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.Observable = function() {
|
ol.Observable = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user