diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:57:25 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:07 -0400 |
commit | 6c0bb249184e3ad6f8ce48509b5f9011313a57a3 (patch) | |
tree | c4a8e7e0f38eb4983886afda173b609fce43cf58 /tests/unit/tabs/common.js | |
parent | a0892eca70b59238e40082cc7c2e5a042fb5bae9 (diff) | |
download | jquery-ui-6c0bb249184e3ad6f8ce48509b5f9011313a57a3.tar.gz jquery-ui-6c0bb249184e3ad6f8ce48509b5f9011313a57a3.zip |
Tabs: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/tabs/common.js')
-rw-r--r-- | tests/unit/tabs/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tabs/common.js b/tests/unit/tabs/common.js index 40c899847..ae4adde5a 100644 --- a/tests/unit/tabs/common.js +++ b/tests/unit/tabs/common.js @@ -26,6 +26,6 @@ common.testWidget( "tabs", { create: null, load: null } -}); +} ); } ); |