diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:11:21 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:23 -0400 |
commit | 9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b (patch) | |
tree | 4eb1005936941a7795e1412771ca07820e87b2c8 /tests/unit/dialog/common-deprecated.js | |
parent | f75c8761cb7d4e6fca39c4b7cedf2442a8bc260a (diff) | |
download | jquery-ui-9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b.tar.gz jquery-ui-9ef84a6bf0a4a1d9df62a4427d0e826d91d1606b.zip |
Dialog: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/unit/dialog/common-deprecated.js')
-rw-r--r-- | tests/unit/dialog/common-deprecated.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/common-deprecated.js b/tests/unit/dialog/common-deprecated.js index 69153039c..26f7cb201 100644 --- a/tests/unit/dialog/common-deprecated.js +++ b/tests/unit/dialog/common-deprecated.js @@ -36,7 +36,7 @@ common.testWidget( "dialog", { title: null, width: 300, - // callbacks + // Callbacks beforeClose: null, close: null, create: null, |