diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:50:46 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:07 -0400 |
commit | a0892eca70b59238e40082cc7c2e5a042fb5bae9 (patch) | |
tree | 26c813093eb5df09797df2819b05957d046be884 /tests/unit/tooltip/common.js | |
parent | cfd48ed037db9a573a3495cb2fae773e3de9bb38 (diff) | |
download | jquery-ui-a0892eca70b59238e40082cc7c2e5a042fb5bae9.tar.gz jquery-ui-a0892eca70b59238e40082cc7c2e5a042fb5bae9.zip |
Tooltip: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/tooltip/common.js')
-rw-r--r-- | tests/unit/tooltip/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tooltip/common.js b/tests/unit/tooltip/common.js index 15c9dfad8..73797fe49 100644 --- a/tests/unit/tooltip/common.js +++ b/tests/unit/tooltip/common.js @@ -25,6 +25,6 @@ common.testWidget( "tooltip", { create: null, open: null } -}); +} ); } ); |