aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tooltip/methods.js')
-rw-r--r--tests/unit/tooltip/methods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tooltip/methods.js b/tests/unit/tooltip/methods.js
index b5b6ca6e9..d4c56e1f3 100644
--- a/tests/unit/tooltip/methods.js
+++ b/tests/unit/tooltip/methods.js
@@ -13,7 +13,7 @@ test( "destroy", function( assert ) {
element.tooltip().tooltip( "destroy" );
});
- // make sure that open tooltips are removed on destroy
+ // Make sure that open tooltips are removed on destroy
assert.domEqual( "#tooltipped1", function() {
element
.tooltip()