blob: 26ae435cf4e4a01bb88a42a1fd4847ae075b3bfa [file] [log] [blame]
/*
Copyright (c) 2004-2005, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licensing, see:
http://dojotoolkit.org/community/licensing.shtml
*/
dojo.provide("dojo.webui.widgets.Tabs");
dojo.provide("dojo.webui.widgets.HTMLTabs");
dojo.require("dojo.widget.HtmlTabs");
dj_deprecated("dojo.webui.widgets.Tabs is deprecated, use dojo.widget.HtmlTabs");
dojo.webui.widgets.HTMLTabs = dojo.widget.HtmlTabs;