fix loading, minify with rollup
This commit is contained in:
parent
9c3450947b
commit
dd5237e4ed
156 changed files with 794 additions and 971 deletions
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Dialog <f> Dialog object
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Layer <f> Background layer for dialogs and menus
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.SortDialog <f> Dialog with Sortable List
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
import Ox from './../../../Ox/js/Namespace.js';
|
||||
import Ox from './../../../Ox/js/Ox.Global.js';
|
||||
|
||||
/*@
|
||||
Ox.Tooltip <f> Tooltip Object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue