diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:58:20 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:08 -0400 |
commit | 9a015df3a3ae78abf3cc948259db885cf1d3f753 (patch) | |
tree | af764e4e3844f39f969d4026ae9c5ead674b3c4a /tests/unit/selectable/common.js | |
parent | e583a512d7cc66a2b3d0915db1b0164b9a0a710e (diff) | |
download | jquery-ui-9a015df3a3ae78abf3cc948259db885cf1d3f753.tar.gz jquery-ui-9a015df3a3ae78abf3cc948259db885cf1d3f753.zip |
Selectable: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/selectable/common.js')
-rw-r--r-- | tests/unit/selectable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/common.js b/tests/unit/selectable/common.js index 460ea0602..70b94bbb9 100644 --- a/tests/unit/selectable/common.js +++ b/tests/unit/selectable/common.js @@ -24,6 +24,6 @@ common.testWidget( "selectable", { unselected: null, unselecting: null } -}); +} ); } ); |