Commit 2c64fc2c authored by Dan Dascalescu's avatar Dan Dascalescu
Browse files

Fix copy/paste error

parent d763e0e2
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!15249Fix copy/paste error
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