From 3ece418354b27d0503c45368c95bd316d83e7b81 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 4 Oct 2006 19:19:30 +0000 Subject: [PATCH] correct the class name git-svn-id: http://svn.openlayers.org/trunk/openlayers@1563 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Text.js b/lib/OpenLayers/Layer/Text.js index 034ead100b..5fccb8a714 100644 --- a/lib/OpenLayers/Layer/Text.js +++ b/lib/OpenLayers/Layer/Text.js @@ -162,7 +162,7 @@ OpenLayers.Layer.Text.prototype = }, /** @final @type String */ - CLASS_NAME: "OpenLayers.Text" + CLASS_NAME: "OpenLayers.Layer.Text" });