bem / bem-history

BEM wrap for History API
https://bem.info/libs/bem-history/
Other
23 stars 21 forks source link

Кодируем пустой параметр, переданный в Uri.addParam() #36

Closed h4 closed 9 years ago

h4 commented 9 years ago

Если вызвать uri.addParam('search[direction][]', []) (например, через location.change({}), то строковое представление будет http://test.com/index.html?search[direction][] вместо ожидаемого http://test.com/index.html?search%5Bdirection%5D%5B%5D.