From 3cee4341992823309bddf811b3db2940b457aa77 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Tue, 6 Mar 2012 08:08:09 +0100 Subject: [PATCH] Also add the declaration of ImgPath to SingleFile.js. --- lib/OpenLayers/SingleFile.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/SingleFile.js b/lib/OpenLayers/SingleFile.js index 58ad019d37..709613e095 100644 --- a/lib/OpenLayers/SingleFile.js +++ b/lib/OpenLayers/SingleFile.js @@ -39,5 +39,13 @@ var OpenLayers = { } } return (function() { return l; }); - })() + })(), + + /** + * APIProperty: ImgPath + * {String} Set this to the path where control images are stored. + * If set to '' OpenLayers will use script location + "img/" + * Default is ''. + */ + ImgPath : '' };