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
+1 -1
View File
@@ -61,7 +61,7 @@ ol.pointer.PointerEventHandler = function(element) {
/**
* @const
* @type {Object.<string, goog.events.BrowserEvent|Object>}
* @type {!Object.<string, goog.events.BrowserEvent|Object>}
*/
this.pointerMap = {};