diff options
| author | Jacob Thornton <[email protected]> | 2012-03-19 15:19:01 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-19 15:19:01 -0700 |
| commit | bf59220b87a3b5960381f500dbc6a310a8aef60b (patch) | |
| tree | 2695f767225614047a04a2098c89e8a9d052d100 /js | |
| parent | 5a2c7eb50abae8d07cebb6b0e984f7e63843cf75 (diff) | |
| download | bootstrap-bf59220b87a3b5960381f500dbc6a310a8aef60b.tar.xz bootstrap-bf59220b87a3b5960381f500dbc6a310a8aef60b.zip | |
;)
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index 47b485785..b7ff907f7 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -66,7 +66,7 @@ if (scrollTop >= maxScroll) { return activeTarget != (i = targets.last()[0]) - && this.activate ( i ); + && this.activate ( i ) } for (i = offsets.length; i--;) { |
