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
+2
View File
@@ -106,6 +106,8 @@ style of the existing OpenLayers 3 code, which includes:
* Use `array.length = 0` instead of `goog.array.clear`.
* Use `Object.keys(obj)` instead of `goog.object.getKeys(obj)`.
* Use bracket notation instead of `goog.object.set` and `goog.object.get` (with
two arguments).