mirror of https://github.com/zulip/zulip.git
afe893b324
The filter_term() function was supporting the transition from using tuples for search terms to using dictionaries, but now all of the JS code should be dictionary-compatible. (We had already abandoned the tuples safety net on staging, and a couple days of use have given me confidence we can pull the shim code.) The one side effect this change has is that search terms will be initialized to {} instead of []. This distinction matters when it comes to calling JSON.stringify on the search terms. (imported from commit 1fbe11011d8953dbea28c0657cbf88384d343e00) |
||
---|---|---|
.. | ||
casperjs | ||
node | ||
tests | ||
.gitignore | ||
common.js | ||
run |