code styling

This commit is contained in:
Éric Lemoine
2012-07-18 20:27:38 +02:00
parent 7fc82daafa
commit db91206d41

View File

@@ -61,6 +61,7 @@ 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);
} }