Rename ol/objectutil.js to ol/obj.js
This commit is contained in:
@@ -42,7 +42,7 @@ describe('ol.rendering.layer.VectorTile', function() {
|
||||
var options = {
|
||||
source: source
|
||||
};
|
||||
ol.object.assign(options, layerOptions);
|
||||
ol.obj.assign(options, layerOptions);
|
||||
map.addLayer(new ol.layer.VectorTile(options));
|
||||
}
|
||||
|
||||
@@ -78,5 +78,5 @@ goog.require('ol.Map');
|
||||
goog.require('ol.View');
|
||||
goog.require('ol.format.MVT');
|
||||
goog.require('ol.layer.VectorTile');
|
||||
goog.require('ol.object');
|
||||
goog.require('ol.obj');
|
||||
goog.require('ol.source.VectorTile');
|
||||
|
||||
Reference in New Issue
Block a user