diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:59:13 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | 85ff5205605ad591af9e9848a78334ee44b2284e (patch) | |
tree | f0ada6587dde078d99c20c521819ec6eea599836 /tests/unit/menu/common.js | |
parent | a3a847f23a3ab7323df495fa81ad69e0b93196c4 (diff) | |
download | jquery-ui-85ff5205605ad591af9e9848a78334ee44b2284e.tar.gz jquery-ui-85ff5205605ad591af9e9848a78334ee44b2284e.zip |
Menu: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/menu/common.js')
-rw-r--r-- | tests/unit/menu/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/menu/common.js b/tests/unit/menu/common.js index adb74cf0a..96815c6b2 100644 --- a/tests/unit/menu/common.js +++ b/tests/unit/menu/common.js @@ -24,6 +24,6 @@ common.testWidget( "menu", { focus: null, select: null } -}); +} ); } ); |