Merge pull request #3284 from fredj/jsdoc

Fix jsdoc type for arrays of listening keys
This commit is contained in:
Frédéric Junod
2015-02-26 12:26:17 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ ol.Image = function(extent, resolution, pixelRatio, attributions, src,
/**
* @private
* @type {Array.<number>}
* @type {Array.<goog.events.Key>}
*/
this.imageListenerKeys_ = null;

View File

@@ -50,7 +50,7 @@ ol.ImageTile = function(tileCoord, state, src, crossOrigin, tileLoadFunction) {
/**
* @private
* @type {Array.<number>}
* @type {Array.<goog.events.Key>}
*/
this.imageListenerKeys_ = null;

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;

View File

@@ -377,7 +377,7 @@ ol.style.IconImage_ = function(image, src, crossOrigin, imageState) {
/**
* @private
* @type {Array.<number>}
* @type {Array.<goog.events.Key>}
*/
this.imageListenerKeys_ = null;