aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-scrollspy.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-31 23:22:13 -0700
committerMark Otto <[email protected]>2011-10-31 23:22:13 -0700
commita21363a749f7d30a282e24cefd83840a5a3fca7c (patch)
treec3dc61772359fdcbb75418bd105a61e3e5579f70 /js/bootstrap-scrollspy.js
parent98007b8394a5cf892694000d066a07a32f8c517f (diff)
parent8f726dc6ef3ee725ef032ef4a11dbce26982ae24 (diff)
downloadbootstrap-a21363a749f7d30a282e24cefd83840a5a3fca7c.tar.xz
bootstrap-a21363a749f7d30a282e24cefd83840a5a3fca7c.zip
Merge branch 'dev' of github.com:twitter/bootstrap into dev
Conflicts: bootstrap.css
Diffstat (limited to 'js/bootstrap-scrollspy.js')
-rw-r--r--js/bootstrap-scrollspy.js2
1 files changed, 2 insertions, 0 deletions
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 ) {