forked from 0x2620/oxjs
cleanup, again
This commit is contained in:
parent
2809a5d06d
commit
094b1a59ec
34 changed files with 93 additions and 101 deletions
|
|
@ -88,7 +88,7 @@ Ox.ListCalendar = function(options, self) {
|
|||
if (!self.durationCache[key]) {
|
||||
self.durationCache[key] = Ox.formatDateRangeDuration(data.start, data.end, true);
|
||||
}
|
||||
return self.durationCache[key];
|
||||
return self.durationCache[key];
|
||||
},
|
||||
id: 'id',
|
||||
map: function(value, data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue