oxjs/source/js/Ox.Toolbar.js
2011-04-23 00:03:10 +02:00

10 lines
216 B
JavaScript

/**
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;
};