Fix jsdoc type for arrays of listening keys

This commit is contained in:
Frederic Junod
2015-02-26 11:45:15 +01:00
parent ad7616abb2
commit e2f8c01c42
4 changed files with 4 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ ol.MapBrowserEventHandler = function(map) {
this.dragging_ = false;
/**
* @type {Array.<number>}
* @type {Array.<goog.events.Key>}
* @private
*/
this.dragListenerKeys_ = null;