From 24bbf95bd5981e126d4575d2285c16f2294c213a Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 3 Jun 2012 11:13:39 +0200 Subject: [PATCH] typo --- source/Ox/js/String.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/String.js b/source/Ox/js/String.js index a5196ac4..fd3f479e 100644 --- a/source/Ox/js/String.js +++ b/source/Ox/js/String.js @@ -190,7 +190,7 @@ Ox.parseURL Takes a URL, returns its components '/bar/index.html' > Ox.parseURL('http://www.foo.com:8080/bar/index.html?a=0&b=1#c').port '8080' - > Ox.parseURL('http://www.foo.com:8080/bar/index.html?a=0&b=1#c')protocol + > Ox.parseURL('http://www.foo.com:8080/bar/index.html?a=0&b=1#c').protocol 'http:' > Ox.parseURL('http://www.foo.com:8080/bar/index.html?a=0&b=1#c').search '?a=0&b=1'