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