Rename ol/objectutil.js to ol/obj.js
This commit is contained in:
+2
-2
@@ -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_);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user