aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Dascalescu <[email protected]>2014-11-28 04:30:04 -0800
committerDan Dascalescu <[email protected]>2014-11-28 04:30:04 -0800
commit2c64fc2c4d6eea1b523e9d7f3a823b4fb2b5770f (patch)
tree03d648c227e93875672b1ce8f92df09ebc06708f
parentd763e0e2a08ade0d36872cb9624813b5e4a5255b (diff)
downloadbootstrap-2c64fc2c4d6eea1b523e9d7f3a823b4fb2b5770f.tar.xz
bootstrap-2c64fc2c4d6eea1b523e9d7f3a823b4fb2b5770f.zip
Fix copy/paste error
-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 4fbd91dc3..eb578c22a 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', {