Move the declaration of OpenLayers.ImgPath from Util.js to OpenLayers.js.

This commit is contained in:
Marc Jansen
2012-03-05 21:00:05 +01:00
parent fb3caf1561
commit 768ad0108d
2 changed files with 9 additions and 9 deletions

View File

@@ -79,7 +79,15 @@
}
}
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 : ''
};
/**