coding standards. define CLASS_NAME

git-svn-id: http://svn.openlayers.org/trunk/openlayers@157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-18 18:01:20 +00:00
parent 18e0393d00
commit 14ee4e1146

View File

@@ -52,5 +52,8 @@ OpenLayers.Layer.WFS.prototype =
_initTiles: function () {
this.div.innerHTML="";
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
}
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Layer.WFS"
});