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