Fixed calendar on air

This commit is contained in:
Mark McDowall
2013-08-21 21:30:26 -07:00
parent 0208ae8347
commit a00587dbd4
2 changed files with 10 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ define(
var end = Moment(start).add('minutes', runtime);
this.model.set({
end: end
end: end.toISOString()
})
},