From 14ee4e114616676f66c85052416f7315f4efb1bd Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 18 May 2006 18:01:20 +0000 Subject: [PATCH] coding standards. define CLASS_NAME git-svn-id: http://svn.openlayers.org/trunk/openlayers@157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index 78267475f2..2ac3ce98d6 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -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" });