Backbone collection will not sort properly.... wtf

Sorting on the server now for calendar
This commit is contained in:
Mark McDowall 2013-07-01 11:25:06 -07:00
parent 06c1055b0d
commit 18d7963ade
4 changed files with 21 additions and 7 deletions

View file

@ -14,7 +14,7 @@ define(
return Date.create(this.get('airDate')).format('{dd}');
},
month : function () {
return Date.create(this.get('airDate')).format('{MON}');
return Date.create(this.get('airDate')).format('{Mon}');
},
startTime : function () {
var start = Date.create(this.get('airDate'));