From 182a74d6bf818fd6ff7d10f5528871ec0ac855ac Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 5 Jun 2006 16:20:59 +0000 Subject: [PATCH] coding standards git-svn-id: http://svn.openlayers.org/trunk/openlayers@516 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 33addaae3b..10bf2f1e04 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -262,6 +262,8 @@ OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), { this.grid.remove(row); } } - } - + }, + + /** @final @type String */ + CLASS_NAME: "OpenLayers.Grid" });