diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:12:35 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:24 -0400 |
commit | 1f7164660e798ac3029f511221a34ae43ea539dc (patch) | |
tree | 7b4d03eb4495f1d5009d04fba2358d0674967cab /tests/unit/button/common.js | |
parent | de242d8ca9bf2b90237c413cb91601541798bae9 (diff) | |
download | jquery-ui-1f7164660e798ac3029f511221a34ae43ea539dc.tar.gz jquery-ui-1f7164660e798ac3029f511221a34ae43ea539dc.zip |
Button: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/unit/button/common.js')
-rw-r--r-- | tests/unit/button/common.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/button/common.js b/tests/unit/button/common.js index 0372cddbf..4ef136fac 100644 --- a/tests/unit/button/common.js +++ b/tests/unit/button/common.js @@ -14,9 +14,9 @@ common.testWidget( "button", { label: null, text: true, - // callbacks + // Callbacks create: null } -}); +} ); } ); |