Rename ol/objectutil.js to ol/obj.js

This commit is contained in:
Tim Schaub
2016-08-06 13:21:38 -06:00
parent bbf91b3477
commit 1b8310a6fe
53 changed files with 161 additions and 161 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ goog.provide('ol.ObjectEventType');
goog.require('ol.Observable');
goog.require('ol.events');
goog.require('ol.events.Event');
goog.require('ol.object');
goog.require('ol.obj');
/**
@@ -170,7 +170,7 @@ ol.Object.prototype.getKeys = function() {
* @api stable
*/
ol.Object.prototype.getProperties = function() {
return ol.object.assign({}, this.values_);
return ol.obj.assign({}, this.values_);
};