Fix jsdoc type for arrays of listening keys
This commit is contained in:
@@ -156,7 +156,7 @@ ol.MapBrowserEventHandler = function(map) {
|
||||
this.dragging_ = false;
|
||||
|
||||
/**
|
||||
* @type {Array.<number>}
|
||||
* @type {Array.<goog.events.Key>}
|
||||
* @private
|
||||
*/
|
||||
this.dragListenerKeys_ = null;
|
||||
|
||||
Reference in New Issue
Block a user