1
0
Fork 0
forked from 0x2620/oxjs

in Ox.Calendar tooltips, only display the text representation of an event's range if it's different from the event's name

This commit is contained in:
rlx 2011-10-29 17:05:44 +00:00
commit b6c872b5a4
3 changed files with 12 additions and 3 deletions

View file

@ -427,7 +427,7 @@ Ox.List = function(options, self) {
var height = getHeight(),
lastItemHeight = height % self.options.itemHeight || self.options.itemHeight,
visibleItems = Math.ceil(height / self.options.itemHeight);
Ox.print('FILL', self.listLength, visibleItems);
//Ox.print('FILL', self.listLength, visibleItems);
if (self.listLength < visibleItems) {
Ox.range(self.listLength, visibleItems).forEach(function(v) {
var $item = Ox.ListItem({