aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/options.js
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2015-08-21 00:04:13 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-08-21 08:06:22 -0400
commitb7278a3968d9ac6332958811317865a412a9f39b (patch)
tree6803243f93375406ab88836c319577a6546272a1 /tests/unit/tooltip/options.js
parent1f6ea8b78ac859bfecbdcdd092c2df3e2eec90ed (diff)
downloadjquery-ui-b7278a3968d9ac6332958811317865a412a9f39b.tar.gz
jquery-ui-b7278a3968d9ac6332958811317865a412a9f39b.zip
Tooltip: Style updates
Ref #14246 Ref gh-1588
Diffstat (limited to 'tests/unit/tooltip/options.js')
-rw-r--r--tests/unit/tooltip/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tooltip/options.js b/tests/unit/tooltip/options.js
index 6aa576583..2833e68dd 100644
--- a/tests/unit/tooltip/options.js
+++ b/tests/unit/tooltip/options.js
@@ -161,7 +161,7 @@ test( "items", function() {
element.tooltip( "open", event );
deepEqual( $( "#" + $( "#fixture-span" ).data( "ui-tooltip-id" ) ).text(), "title-text" );
- // make sure default [title] doesn't get used
+ // Make sure default [title] doesn't get used
event.target = $( "#tooltipped1" )[ 0 ];
element.tooltip( "open", event );
deepEqual( $( "#tooltipped1" ).data( "ui-tooltip-id" ), undefined );