coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@126 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-18 04:56:06 +00:00
parent eb0d4cbd49
commit 19e6574395

View File

@@ -45,5 +45,8 @@ OpenLayers.Marker.prototype = {
this.icon.size,
iconPosition);
return markerObject;
}
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Marker"
}