Fix copy/paste error

This commit is contained in:
Dan Dascalescu 2014-11-28 04:30:04 -08:00
parent d763e0e2a0
commit 2c64fc2c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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', {