Don't select first item of SelectList twice

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-01-04 12:39:07 -07:00
parent e64047854d
commit e65c2df093

View File

@@ -43,7 +43,6 @@ class SelectList extends View
setArray: (@array) ->
@populateList()
@selectItem(@list.find('li:first'))
@setLoading()
setError: (message) ->