forked from 0x2620/oxjs
new import path
This commit is contained in:
parent
32f3a200ba
commit
840eadf914
16 changed files with 32 additions and 50 deletions
|
|
@ -1,4 +1,4 @@
|
|||
$(function() {
|
||||
Ox.UI(function() {
|
||||
|
||||
Ox.theme('modern');
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ $(function() {
|
|||
})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
$text.html(JSON.stringify($treeList.$element.options('items')))
|
||||
$text.html(JSON.stringify($treeList.$element.options('items')));
|
||||
}
|
||||
})
|
||||
.appendTo($debug),
|
||||
|
|
@ -60,4 +60,4 @@ $(function() {
|
|||
orientation: 'horizontal'
|
||||
}).appendTo($('body'));
|
||||
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue