forked from 0x2620/oxjs
modularize oxui
This commit is contained in:
parent
2e3292e9ce
commit
0024af978c
106 changed files with 16127 additions and 47034 deletions
10
source/js/Ox.Toolbar.js
Normal file
10
source/js/Ox.Toolbar.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
fixme: no need for this
|
||||
*/
|
||||
Ox.Toolbar = function(options, self) {
|
||||
var self = self || {},
|
||||
that = new Ox.Bar({
|
||||
size: Ox.UI.getBarSize(options.size)
|
||||
}, self);
|
||||
return that;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue