Inadvertently checked in a change to BaseTypes in r2859. Undoing it.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2860 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -9,7 +9,7 @@ OpenLayers.Class = {
|
||||
|
||||
create: function() {
|
||||
return function() {
|
||||
if (!arguments || arguments[0] != OpenLayers.Class.isPrototype)
|
||||
if (arguments && arguments[0] != OpenLayers.Class.isPrototype)
|
||||
this.initialize.apply(this, arguments);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user