diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-24 08:59:54 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-09-11 08:29:09 -0400 |
commit | f8c2bbb0c80096214807f01b2b9f0d5440b7ada8 (patch) | |
tree | 360fdbada9a9de9bc5c035d3b89e5280e917c3c8 /tests/unit/dialog/common.js | |
parent | 8336ba7b694fbf85ec893ce79343a9f510a1e0b0 (diff) | |
download | jquery-ui-f8c2bbb0c80096214807f01b2b9f0d5440b7ada8.tar.gz jquery-ui-f8c2bbb0c80096214807f01b2b9f0d5440b7ada8.zip |
Dialog: Style updates
Ref #14246
Diffstat (limited to 'tests/unit/dialog/common.js')
-rw-r--r-- | tests/unit/dialog/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/common.js b/tests/unit/dialog/common.js index b1884b8cc..c8d885ad0 100644 --- a/tests/unit/dialog/common.js +++ b/tests/unit/dialog/common.js @@ -48,6 +48,6 @@ common.testWidget( "dialog", { resizeStart: null, resizeStop: null } -}); +} ); } ); |