mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 12:00:24 +00:00
Fix copy/paste error
This commit is contained in:
parent
d763e0e2a0
commit
2c64fc2c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Reference in a new issue