From 026e7ccf4e34561ce4ef3705a93e053312c9d477 Mon Sep 17 00:00:00 2001 From: Bootstrap's Grunt bot Date: Sun, 15 Mar 2015 21:50:31 +0000 Subject: automatic `grunt dist` --- docs/dist/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/js/bootstrap.js') diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index e033abf3f..996775a18 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -1924,7 +1924,7 @@ if (typeof jQuery === 'undefined') { for (i = offsets.length; i--;) { activeTarget != targets[i] && scrollTop >= offsets[i] - && (offsets[i + 1] === undefined || scrollTop <= offsets[i + 1]) + && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1]) && this.activate(targets[i]) } } -- cgit v1.2.3