properly declare CLASS_NAME member as constant. Also, add <i> tags around examples in comments

git-svn-id: http://svn.openlayers.org/trunk/openlayers@105 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-17 17:11:32 +00:00
parent ff2e3017f9
commit 9235f04cce
4 changed files with 16 additions and 14 deletions
+1
View File
@@ -50,6 +50,7 @@ OpenLayers.Tile.prototype = {
remove:function() {
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Tile"
};