From 58fc08d5748250e471cfbc97fb50147cdda2c032 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 23 Oct 2008 14:49:33 +0000 Subject: [PATCH] Mark loadURL as an API function, since we treat it as one. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8178 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Ajax.js b/lib/OpenLayers/Ajax.js index 05a26b725b..4c68c311f3 100644 --- a/lib/OpenLayers/Ajax.js +++ b/lib/OpenLayers/Ajax.js @@ -42,7 +42,7 @@ OpenLayers.nullHandler = function(request) { }; /** - * Function: loadURL + * APIFunction: loadURL * Background load a document. For more flexibility in using XMLHttpRequest, * see the methods. *