Remove use of goog.dom.createElement
This commit is contained in:
@@ -61,7 +61,7 @@ ol.renderer.dom.Map = function(container, map) {
|
||||
* @type {!Element}
|
||||
* @private
|
||||
*/
|
||||
this.layersPane_ = goog.dom.createElement('DIV');
|
||||
this.layersPane_ = document.createElement('DIV');
|
||||
this.layersPane_.className = ol.css.CLASS_UNSELECTABLE;
|
||||
var style = this.layersPane_.style;
|
||||
style.position = 'absolute';
|
||||
|
||||
Reference in New Issue
Block a user