Commit b38e284e authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #15249 from dandv/patch-1

Fix copy/paste error
parents d763e0e2 2c64fc2c
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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', {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment