remove comments

This commit is contained in:
rolux 2012-06-11 13:40:33 +02:00
parent 3c9c1cc4ed
commit 75665b7d3f

View file

@ -51,8 +51,6 @@ Ox.InfoList = function(options, self) {
} }
}); });
//Ox.print('INFO LIST FIND', self.options.find);
self.iconSize = Math.round(self.options.size * 2/3); self.iconSize = Math.round(self.options.size * 2/3);
self.itemHeight = self.options.size; self.itemHeight = self.options.size;
@ -105,7 +103,6 @@ Ox.InfoList = function(options, self) {
width: '132px', width: '132px',
height: '192px', height: '192px',
margin: '4px 2px 4px 2px' margin: '4px 2px 4px 2px'
//background: 'blue'
}) })
.append( .append(
Ox.IconItem(Ox.extend(data.icon, { Ox.IconItem(Ox.extend(data.icon, {
@ -127,7 +124,6 @@ Ox.InfoList = function(options, self) {
float: 'left', float: 'left',
width: getItemWidth() - 144 + 'px', width: getItemWidth() - 144 + 'px',
height: 196 + 'px' height: 196 + 'px'
//background: 'green'
}), }),
$infobox = Ox.Element() $infobox = Ox.Element()
.css({ .css({
@ -143,7 +139,6 @@ Ox.InfoList = function(options, self) {
width: getItemWidth() - 8 + 'px', width: getItemWidth() - 8 + 'px',
height: 196 + 'px', height: 196 + 'px',
margin: '4px' margin: '4px'
//, background: 'red'
}) })
.append($icon) .append($icon)
.append($info); .append($info);