add missing ,
This commit is contained in:
parent
9dfb7bebab
commit
e4207b8623
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Ox.IconItem = function(options, self) {
|
||||||
Ox.extend(self, {
|
Ox.extend(self, {
|
||||||
fontSize: self.options.itemWidth == 64 ? 6 : 9,
|
fontSize: self.options.itemWidth == 64 ? 6 : 9,
|
||||||
infoIsObject: Ox.isObject(self.options.info),
|
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,
|
lineLength: self.options.itemWidth == 64 ? 15 : 23,
|
||||||
lines: self.options.itemWidth == 64 ? 4 : 5,
|
lines: self.options.itemWidth == 64 ? 4 : 5,
|
||||||
url: Ox.UI.PATH + 'png/transparent.png'
|
url: Ox.UI.PATH + 'png/transparent.png'
|
||||||
|
|
Loading…
Reference in a new issue