From dbc6e5440374f7e0159f7c2ec87c749e994ebd24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 18 Feb 2009 06:31:01 +0000 Subject: [PATCH] OpenLayers.Class is not a constructor, trivial, non functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@8870 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Protocol/WFS/v1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Protocol/WFS/v1.js b/lib/OpenLayers/Protocol/WFS/v1.js index 4957bf2a7e..a861162e64 100644 --- a/lib/OpenLayers/Protocol/WFS/v1.js +++ b/lib/OpenLayers/Protocol/WFS/v1.js @@ -9,7 +9,7 @@ * Inherits from: * - */ -OpenLayers.Protocol.WFS.v1 = new OpenLayers.Class(OpenLayers.Protocol, { +OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, { /** * Property: version