1
0
Fork 0
forked from 0x2620/oxjs

fix video editor bugs

This commit is contained in:
rlx 2012-02-04 11:44:19 +00:00
commit 76466e7eeb
6 changed files with 63 additions and 47 deletions

View file

@ -44,7 +44,7 @@ Ox.IconItem = function(options, self) {
})
.options(options || {});
Ox.print('ICON ITEM FIND', self.options.find)
//Ox.print('ICON ITEM FIND', self.options.find)
Ox.extend(self, {
fontSize: self.options.itemWidth == 64 ? 6 : 9,