1
0
Fork 0
forked from 0x2620/oxjs

disable some debug output

This commit is contained in:
j 2012-01-31 12:07:31 +00:00
commit d10deb81aa
2 changed files with 4 additions and 2 deletions

View file

@ -439,7 +439,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('FFP!!!', height)
//Ox.print('FFP!!!', height)
if (self.listLength < visibleItems) {
Ox.range(self.listLength, visibleItems).forEach(function(i) {
var $item = Ox.ListItem({