forked from 0x2620/oxjs
remove print statements
This commit is contained in:
parent
e3f900030c
commit
fbeb434e27
11 changed files with 0 additions and 24 deletions
|
|
@ -40,8 +40,6 @@ Ox.IconItem = function(options, self) {
|
|||
})
|
||||
.options(options || {});
|
||||
|
||||
//Ox.print('ICON ITEM FIND', self.options.find)
|
||||
|
||||
Ox.extend(self, {
|
||||
fontSize: self.options.itemWidth == 64 ? 6 : 9,
|
||||
infoIsObject: Ox.isObject(self.options.info),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue