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