OpenLayers.ImgPath should be API property

This commit is contained in:
Peter Robins
2012-03-05 13:13:51 +00:00
parent d7533096e9
commit eb4bf5d438

View File

@@ -560,8 +560,10 @@ OpenLayers.Util.urlAppend = function(url, paramStr) {
};
/**
* Property: ImgPath
* {String} Default is ''.
* APIProperty: ImgPath
* {String} Set this to the path where control images are stored.
* If set to '' OpenLayers will use script location + "img/"
* Default is ''.
*/
OpenLayers.ImgPath = '';