Remove sub-namespaces from all remaining typedefs
This commit is contained in:
@@ -235,13 +235,13 @@ ol.Map = function(options) {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {?ol.events.Key}
|
||||
* @type {?ol.EventsKey}
|
||||
*/
|
||||
this.viewPropertyListenerKey_ = null;
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Array.<ol.events.Key>}
|
||||
* @type {Array.<ol.EventsKey>}
|
||||
*/
|
||||
this.layerGroupPropertyListenerKeys_ = null;
|
||||
|
||||
@@ -307,7 +307,7 @@ ol.Map = function(options) {
|
||||
|
||||
/**
|
||||
* @private
|
||||
* @type {Array.<ol.events.Key>}
|
||||
* @type {Array.<ol.EventsKey>}
|
||||
*/
|
||||
this.keyHandlerKeys_ = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user