it's redundant for applyDefaults() to return anything. thx tschaub

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1255 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-16 19:16:46 +00:00
parent 65f9ae8eac
commit 748234606e
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ OpenLayers.Layer.prototype = {
}
// catch any randomly tagged-on properties
obj = OpenLayers.Util.applyDefaults(obj, this);
OpenLayers.Util.applyDefaults(obj, this);
// a cloned layer should never have its map property set
// because it has not been added to a map yet.