mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 13:29:06 +02:00
add active class to css for buttons, write new spec for button, "use strict"
This commit is contained in:
2
js/bootstrap-popover.js
vendored
2
js/bootstrap-popover.js
vendored
@@ -20,6 +20,8 @@
|
||||
|
||||
!function( $ ) {
|
||||
|
||||
"use strict"
|
||||
|
||||
var Popover = function ( element, options ) {
|
||||
this.$element = $(element)
|
||||
this.options = options
|
||||
|
Reference in New Issue
Block a user