Use query params for sortable table headings

This commit is contained in:
Robin Ward
2014-04-16 12:05:54 -04:00
parent 2eab288dc9
commit b3ed8b6a32
26 changed files with 110 additions and 181 deletions

View File

@ -148,7 +148,7 @@ test("streamFilters", function() {
postStream.toggleParticipant(participant.username);
deepEqual(postStream.get('streamFilters'), {
username_filters: ['eviltrout']
username_filters: 'eviltrout'
}, "streamFilters contains the username we filtered");
});