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/events.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/events.js')
-rw-r--r-- | tests/unit/dialog/events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/events.js b/tests/unit/dialog/events.js index 13c452501..8a56699ab 100644 --- a/tests/unit/dialog/events.js +++ b/tests/unit/dialog/events.js @@ -76,7 +76,7 @@ test( "focus", function() { other.dialog( "moveToTop" ); element.trigger( "mousedown" ); - // triggers just once when already on top + // Triggers just once when already on top element.dialog( "open" ); element.dialog( "moveToTop" ); element.trigger( "mousedown" ); |