Remove use of goog.object.getKeys

This commit is contained in:
Frederic Junod
2015-11-30 17:34:53 +01:00
parent 952a282756
commit cf1b1822b8
5 changed files with 7 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ ol.pointer.MouseSource = function(dispatcher) {
/**
* @const
* @type {Object.<string, goog.events.BrowserEvent|Object>}
* @type {!Object.<string, goog.events.BrowserEvent|Object>}
*/
this.pointerMap = dispatcher.pointerMap;