1
0
Fork 0
forked from 0x2620/oxjs

minor cleanups

This commit is contained in:
j 2011-06-01 12:59:30 +02:00
commit c494c3ace6
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ Ox.IconItem = function(options, self) {
top: (self.options.size / 2) + 'px',
width: (self.options.size + 4) + 'px',
height: (self.options.size == 64 ? 30 : 58) + 'px'
})
});
that.$text = $('<div>')
.addClass('OxTarget')
.css({