forked from 0x2620/oxjs
cleanup, again
This commit is contained in:
parent
2809a5d06d
commit
094b1a59ec
34 changed files with 93 additions and 101 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Ox.InfoList = function(options, self) {
|
||||
|
||||
|
||||
self = self || {};
|
||||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
|
|
@ -64,7 +64,7 @@ Ox.InfoList = function(options, self) {
|
|||
info: {}
|
||||
};
|
||||
Ox.print('DATA -=-------', data)
|
||||
|
||||
|
||||
var $icon = Ox.Element()
|
||||
.css({
|
||||
float: 'left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue