add missing ,

This commit is contained in:
j 2013-03-02 03:07:49 +00:00
parent 9dfb7bebab
commit e4207b8623

View file

@ -43,7 +43,7 @@ Ox.IconItem = function(options, self) {
Ox.extend(self, {
fontSize: self.options.itemWidth == 64 ? 6 : 9,
infoIsObject: Ox.isObject(self.options.info),
infoPadding: self.options.itemWidth == 64 ? 4 : 6
infoPadding: self.options.itemWidth == 64 ? 4 : 6,
lineLength: self.options.itemWidth == 64 ? 15 : 23,
lines: self.options.itemWidth == 64 ? 4 : 5,
url: Ox.UI.PATH + 'png/transparent.png'