mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
add active class to css for buttons, write new spec for button, "use strict"
This commit is contained in:
Vendored
+2
@@ -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