oops. forgot to save Util.js before committing [149]
git-svn-id: http://svn.openlayers.org/trunk/openlayers@150 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -628,7 +628,7 @@ OpenLayers.Util.createImage = function(img, sz, xy, position, id, border) {
|
|||||||
* (ex. <i>"key1=value1&key2=value2&key3=value3"</i>)
|
* (ex. <i>"key1=value1&key2=value2&key3=value3"</i>)
|
||||||
* @type String
|
* @type String
|
||||||
*/
|
*/
|
||||||
OpenLayers.getParameterString = function(params) {
|
OpenLayers.Util.getParameterString = function(params) {
|
||||||
paramsArray = new Array();
|
paramsArray = new Array();
|
||||||
|
|
||||||
for (var key in params) {
|
for (var key in params) {
|
||||||
|
|||||||
Reference in New Issue
Block a user