// $Id: gui_tabs_component.js,v 1.1 2008/10/08 16:59:49 tjholowaychuk Exp $

GUI.extend('GUI_Component', 'GUI_Tabs_Component');

/**
 * Initialize.
 */
GUI_Tabs_Component.prototype.init = function() {
	this.get('.tabs').tabs(this.settings.options);
};
