Clean up whitespace

This commit is contained in:
Tom Payne
2012-08-02 12:18:45 +02:00
parent b86fd52026
commit 09f439cb4f

View File

@@ -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);
}