Merge pull request #5450 from probins/typedefs

Remove sub-namespaces from all remaining typedefs
This commit is contained in:
Andreas Hocevar
2016-06-14 17:32:10 +02:00
committed by GitHub
50 changed files with 496 additions and 493 deletions

View File

@@ -95,7 +95,7 @@ ol.reproj.Image = function(sourceProj, targetProj,
/**
* @private
* @type {?ol.events.Key}
* @type {?ol.EventsKey}
*/
this.sourceListenerKey_ = null;

View File

@@ -96,7 +96,7 @@ ol.reproj.Tile = function(sourceProj, sourceTileGrid,
/**
* @private
* @type {Array.<ol.events.Key>}
* @type {Array.<ol.EventsKey>}
*/
this.sourcesListenerKeys_ = null;