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-scrollspy.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/bootstrap-scrollspy.js') diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index 5226d9dfe..213de20d1 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -20,6 +20,8 @@ !function ( $ ) { + "use strict" + var $window = $(window) function ScrollSpy( topbar, selector ) { -- cgit v1.2.3