coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@234 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-21 18:07:46 +00:00
parent cdbcd48e3f
commit d36388c19e

View File

@@ -57,4 +57,6 @@ OpenLayers.Layer.prototype = {
this.div.style.display = (visible) ? "block" : "none";
}
/** @final @type String */
CLASS_NAME: "OpenLayers.Layer"
};