bootstrap-popover.js 371 Bytes
Newer Older
Jacob Thornton's avatar
Jacob Thornton committed
1
2
3
4
5
6
7
8
9
10
11
12
13
// $(function () {
//
//     module("bootstrap-popover")
//
//       test("should be defined on jquery object", function () {
//         ok($(document.body).popover, 'popover method is defined')
//       })
//
//       test("should return element", function () {
//         ok($(document.body).popover()[0] == document.body, 'document.body returned')
//       })
//
// })