mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Fix copy/paste error
This commit is contained in:
parent
d763e0e2a0
commit
2c64fc2c4d
@ -4,7 +4,7 @@ $(function () {
|
|||||||
module('tooltip plugin')
|
module('tooltip plugin')
|
||||||
|
|
||||||
test('should be defined on jquery object', function () {
|
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', {
|
module('tooltip', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user