Make ol.Observable a @struct

This commit is contained in:
Tom Payne
2013-12-13 20:44:10 +01:00
parent d63fec80d1
commit 90e44c3979

View File

@@ -10,6 +10,8 @@ goog.require('goog.events.EventTarget');
* and unregistration.
* @constructor
* @extends {goog.events.EventTarget}
* @suppress {checkStructDictInheritance}
* @struct
* @todo stability experimental
*/
ol.Observable = function() {