我想在我的参照国使用起码的证明价值。 认为我的确认使名字无法成为空洞。
看来这项工作是正确的。 是否有任何“姓名”的价值观会失败?
S.FileList = Backbone.Collection.extend
model: S.File
comparator: (file) ->
# We add display files alphabetically, but with meta.file at the top.
if file.get("name") == "meta.file"
return ""
return file.get("name")