forked from 0x2620/oxjs
remove print statements
This commit is contained in:
parent
b3e7945a96
commit
f9143bd62f
2 changed files with 0 additions and 2 deletions
|
|
@ -1666,7 +1666,6 @@ Ox.List = function(options, self) {
|
|||
});
|
||||
}
|
||||
self.options.items[pos][key] = value;
|
||||
if (pos == 0) Ox.print(self.options.items[pos])
|
||||
data[key] = value;
|
||||
$item.options({data: data});
|
||||
return that;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue