JS: hazaar.url() appends '?' for empty arg object #74
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I guess we look to see if
args
is an object and try to append it's flattened version whether or not it is empty. This is just a simple tidy up fix so that we make sureargs
has something in as well so that a random '?' is not appended.closed via commit
342448ca43