Change docs to "Valid options:" in Util.createUrlObject

This commit is contained in:
Xavier Mamano
2012-01-09 00:35:54 +01:00
parent f4a6d4c7b2
commit 6fd4d27700

View File

@@ -1313,7 +1313,7 @@ OpenLayers.Util.isEquivalentUrl = function(url1, url2, options) {
* url - {String}
* options - {Object} A hash of options.
*
* Options can be one of:
* Valid options:
* ignoreCase - {Boolean} lowercase url,
* ignorePort80 - {Boolean} don't include explicit port if port is 80,
* ignoreHash - {Boolean} Don't include part of url after the hash (#).