Clean up whitespace
This commit is contained in:
@@ -18,6 +18,7 @@ goog.require('ol.dom.TileLayerRenderer');
|
||||
* @param {Object.<string, *>=} opt_values Values.
|
||||
*/
|
||||
ol.dom.Map = function(target, opt_values) {
|
||||
|
||||
goog.base(this, target);
|
||||
|
||||
/**
|
||||
@@ -61,7 +62,6 @@ ol.dom.Map = function(target, opt_values) {
|
||||
*/
|
||||
this.layersPaneOffset_ = null;
|
||||
|
||||
|
||||
if (goog.isDef(opt_values)) {
|
||||
this.setValues(opt_values);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user