From 0481f7f4f3d8a3b7898b4c29b9aa9be8488143c1 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 25 Jul 2007 16:26:56 +0000 Subject: [PATCH] TJCRI points out that Layer.Text needs to declare OpenLayers/Ajax.js as a dependancy git-svn-id: http://svn.openlayers.org/trunk/openlayers@3811 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Text.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/Text.js b/lib/OpenLayers/Layer/Text.js index 9072030d36..3e48088f1c 100644 --- a/lib/OpenLayers/Layer/Text.js +++ b/lib/OpenLayers/Layer/Text.js @@ -5,6 +5,7 @@ /** * @requires OpenLayers/Layer/Markers.js + * @requires OpenLayers/Ajax.js * * Class: OpenLayers.Layer.Text * Tab seperated values file parsing code which creates a markers layer.