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

11 lines
241 B
JavaScript
Raw Normal View History

2011-04-23 18:45:50 +02:00
// vim: et:ts=4:sw=4:sts=4:ft=js
2011-04-23 00:03:10 +02:00
/**
fixme: no need for this
*/
Ox.Toolbar = function(options, self) {
self = self || {};
var that = Ox.Bar({
2011-04-23 00:03:10 +02:00
size: Ox.UI.getBarSize(options.size)
}, self);
return that;
};