catch some global vars

This commit is contained in:
rlx 2011-11-05 17:27:11 +00:00
commit 1deb616942
8 changed files with 9 additions and 9 deletions

View file

@ -106,7 +106,7 @@ Ox.InfoList = function(options, self) {
marginTop: '-2px',
overflow: 'hidden'
})
.appendTo($info);
.appendTo($info),
$item = Ox.Element()
.css({
width: getItemWidth() - 8 + 'px',