From d36388c19ed745241b5069d76634369954cee03e Mon Sep 17 00:00:00 2001 From: euzuro Date: Sun, 21 May 2006 18:07:46 +0000 Subject: [PATCH] coding standards git-svn-id: http://svn.openlayers.org/trunk/openlayers@234 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js index 251ec53519..ad50713387 100644 --- a/lib/OpenLayers/Layer.js +++ b/lib/OpenLayers/Layer.js @@ -57,4 +57,6 @@ OpenLayers.Layer.prototype = { this.div.style.display = (visible) ? "block" : "none"; } + /** @final @type String */ + CLASS_NAME: "OpenLayers.Layer" };