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
Comment by lkcampbell Friday Nov 15, 2013 at 15:41 GMT
I am fixing this as part of a bigger fix for adobe/brackets#5078. In addition to fixing this bug and adding the isEmpty() method, I will also be adding a remove() method and a set of unit tests for UrlParams.
Issue by lkcampbell
Friday Nov 15, 2013 at 15:33 GMT
Originally opened as adobe/brackets#6008
OS Version: Mac OSX Mavericks
Brackets Version: Sprint 33
Repro Steps:
Open Brackets source code, then open Dev Tools to Console and paste the following code snippet into the Console:
Look at the value of
params._store
Observed Result:
params._store
is an object with one property:http://www.foobar.com: "undefined"
Expected Result:
There are no parameters in the URL so
params._store
should be an empty object.Additional Notes:
UrlParams needs an
isEmpty()
method to test for this scenario.The text was updated successfully, but these errors were encountered: