Fixed sortBy().

This commit is contained in:
Martin Edenhofer 2014-01-22 15:08:59 +01:00
parent 527aebd410
commit 846414f445

View file

@ -258,7 +258,8 @@ class App.Model extends Spine.Model
attribute = 'displayName' attribute = 'displayName'
# check if displayName exists # check if displayName exists
if attribute is 'displayName' && item.displayName if attribute is 'displayName'
if item.displayName
return item.displayName().toLowerCase() return item.displayName().toLowerCase()
else else
attribute = 'name' attribute = 'name'