diff options
| author | Chris Rebert <[email protected]> | 2014-11-28 12:54:21 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-28 12:54:21 -0600 |
| commit | b38e284e188f82548f62dfff8811deb593c2dd2f (patch) | |
| tree | 03d648c227e93875672b1ce8f92df09ebc06708f | |
| parent | d763e0e2a08ade0d36872cb9624813b5e4a5255b (diff) | |
| parent | 2c64fc2c4d6eea1b523e9d7f3a823b4fb2b5770f (diff) | |
| download | bootstrap-b38e284e188f82548f62dfff8811deb593c2dd2f.tar.xz bootstrap-b38e284e188f82548f62dfff8811deb593c2dd2f.zip | |
Merge pull request #15249 from dandv/patch-1
Fix copy/paste error
| -rw-r--r-- | js/tests/unit/tooltip.js | 2 |
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', { |
