2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #15249 from dandv/patch-1

Fix copy/paste error
This commit is contained in:
Chris Rebert
2014-11-28 12:54:21 -06:00
+1 -1
View File
@@ -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', {