forked from 0x2620/oxjs
use Ox.Log
This commit is contained in:
parent
92d25b6776
commit
dce2843303
50 changed files with 276 additions and 276 deletions
|
|
@ -63,7 +63,7 @@ Ox.InfoList = function(options, self) {
|
|||
},
|
||||
info: {}
|
||||
};
|
||||
Ox.print('DATA -=-------', data)
|
||||
Ox.Log('List', 'DATA -=-------', data)
|
||||
|
||||
var $icon = Ox.Element()
|
||||
.css({
|
||||
|
|
@ -148,7 +148,7 @@ Ox.InfoList = function(options, self) {
|
|||
if (key == 'items') {
|
||||
that.$element.options(key, value);
|
||||
} else if (key == 'selected') {
|
||||
Ox.print('SELECTED', value)
|
||||
Ox.Log('List', 'SELECTED', value)
|
||||
that.$element.options(key, value);
|
||||
} else if (key == 'sort') {
|
||||
that.$element.options(key, value);
|
||||
|
|
@ -160,7 +160,7 @@ Ox.InfoList = function(options, self) {
|
|||
$parent.css({width: width - 144});
|
||||
$parent.parent().css({width: width - 144});
|
||||
$parent.parent().parent().css({width: width - 8});
|
||||
Ox.print('@@@', this.className, id)
|
||||
Ox.Log('List', '@@@', this.className, id)
|
||||
Ox.UI.elements[id].options({width: width - 152});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue