From ea50e8aeeed6616a61a7e44d28fe60ced327be0c Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 29 Oct 2011 18:49:35 -0700 Subject: add active class to css for buttons, write new spec for button, "use strict" --- js/bootstrap-popover.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/bootstrap-popover.js') diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 1cf4b8917..a8a1d8e7b 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -20,6 +20,8 @@ !function( $ ) { + "use strict" + var Popover = function ( element, options ) { this.$element = $(element) this.options = options -- cgit v1.2.3