From fbc79e1bda2b58f980b9c6fedf3f8ddbce294d7b Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 25 May 2016 08:41:08 -0400 Subject: Tabs: Fix test --- ui/widgets/tabs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/widgets/tabs.js b/ui/widgets/tabs.js index 9783078d6..209d0febc 100644 --- a/ui/widgets/tabs.js +++ b/ui/widgets/tabs.js @@ -44,8 +44,8 @@ $.widget( "ui.tabs", { classes: { "ui-tabs": "ui-corner-all", "ui-tabs-nav": "ui-corner-all", - "ui-tabs-tab": "ui-corner-top", - "ui-tabs-panel": "ui-corner-bottom" + "ui-tabs-panel": "ui-corner-bottom", + "ui-tabs-tab": "ui-corner-top" }, collapsible: false, event: "click", -- cgit v1.2.3