1
0
Fork 0
forked from 0x2620/oxjs
oxjs/source/js/Ox.Toolbar.js

10 lines
216 B
JavaScript
Raw Normal View History

2011-04-23 00:03:10 +02:00
/**
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;
};