mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
13 lines
371 B
JavaScript
13 lines
371 B
JavaScript
// $(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')
|
|
// })
|
|
//
|
|
// })
|