Merge pull request #185 from tms/search-all-the-things

Search all the things
This commit is contained in:
Sam
2013-02-17 13:53:58 -08:00
2 changed files with 7 additions and 4 deletions
@@ -92,8 +92,8 @@ window.Discourse.SearchView = Ember.View.extend Discourse.Presence,
count
).property('content')
moreOfType: (e) ->
@set('typeFilter', e.context)
moreOfType: (type) ->
@set('typeFilter', type)
false
cancelType: ->