From c9dbebf4aa52cf6b08fa4b95e67ca43ea0d02a53 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 6 Mar 2012 20:34:46 +0100 Subject: [PATCH] ImgPath should not be an an APIProperty in SingleFile.js. --- lib/OpenLayers/SingleFile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/SingleFile.js b/lib/OpenLayers/SingleFile.js index 2bac3d5961..a8b3177e52 100644 --- a/lib/OpenLayers/SingleFile.js +++ b/lib/OpenLayers/SingleFile.js @@ -42,7 +42,7 @@ var OpenLayers = { })(), /** - * APIProperty: ImgPath + * Property: ImgPath * {String} Set this to the path where control images are stored, a path * given here must end with a slash. If set to '' (which is the default) * OpenLayers will use its script location + "img/".