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
+1 -1
View File
@@ -60,7 +60,7 @@ ol.control.Control = function(options) {
/**
* @protected
* @type {!Array.<ol.events.Key>}
* @type {!Array.<ol.EventsKey>}
*/
this.listenerKeys = [];
+1 -1
View File
@@ -58,7 +58,7 @@ ol.control.ZoomSlider = function(opt_options) {
this.dragging_;
/**
* @type {!Array.<ol.events.Key>}
* @type {!Array.<ol.EventsKey>}
* @private
*/
this.dragListenerKeys_ = [];