Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Dascalescu <ddascalescu+github@gmail.com>2014-11-28 15:30:04 +0300
committerDan Dascalescu <ddascalescu+github@gmail.com>2014-11-28 15:30:04 +0300
commit2c64fc2c4d6eea1b523e9d7f3a823b4fb2b5770f (patch)
tree03d648c227e93875672b1ce8f92df09ebc06708f /js/tests/unit/tooltip.js
parentd763e0e2a08ade0d36872cb9624813b5e4a5255b (diff)
Fix copy/paste error
Diffstat (limited to 'js/tests/unit/tooltip.js')
-rw-r--r--js/tests/unit/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 4fbd91dc37..eb578c22af 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -4,7 +4,7 @@ $(function () {
module('tooltip plugin')
test('should be defined on jquery object', function () {
- ok($(document.body).tooltip, 'popover method is defined')
+ ok($(document.body).tooltip, 'tooltip method is defined')
})
module('tooltip', {