You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added fix for query (?) or hash (#) params in the form http://domain.……com?poo to return '' empty string instead of undefined.
-updates tests to use deepEqual which uses === instead of == for comparison
-add some tests for query (?) and hash (#) params
`path` will return the original input `path` with no extra `/` appended
-for path(-1) will still append `/` if not set and `1` and `-1` will be for path /some/path/
Updated grunt for 0.4 and reorganized some things
Made some fixes for failed test cases
Updated arg[] to .chartAt()
Updated/Added some test cases
Removed tld (since it's not working correctly)
Removed jQuery folder and added jQuery wrapper on window.url if jQuery exists instead