diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index 4b891c8a16..a883415105 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -791,7 +791,7 @@ OpenLayers.Util.distVincenty=function(p1, p2) { * {Object} An object of key/value pairs from the query string. */ OpenLayers.Util.getParameters = function(url) { - /* if no url specified, take it from the location bar */ + // if no url specified, take it from the location bar url = url || window.location.href; if (url == null) { url = window.location.href; @@ -988,7 +988,7 @@ OpenLayers.Util.safeStopPropagation = function(evt) { * Parameters: * forElement - {DOMElement} * - * Returns:ยด + * Returns: * {Array} two item array, L value then T value. */ OpenLayers.Util.pagePosition = function(forElement) {