diff options
| author | Mark Otto <[email protected]> | 2014-06-26 09:13:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-26 09:13:24 -0700 |
| commit | ff6b279b3cd37e7e4e6bd93535afd016f6957afc (patch) | |
| tree | 151865f44db5b3f52a0a98e98598af5a73658ea9 /js/scrollspy.js | |
| parent | 1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4 (diff) | |
| download | bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.tar.xz bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.zip | |
bump to v3.2.0
Diffstat (limited to 'js/scrollspy.js')
| -rw-r--r-- | js/scrollspy.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/scrollspy.js b/js/scrollspy.js index e7d3a8b87..db2378787 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: scrollspy.js v3.1.1 + * Bootstrap: scrollspy.js v3.2.0 * http://getbootstrap.com/javascript/#scrollspy * ======================================================================== * Copyright 2011-2014 Twitter, Inc. @@ -30,7 +30,7 @@ this.process() } - ScrollSpy.VERSION = '3.1.1' + ScrollSpy.VERSION = '3.2.0' ScrollSpy.DEFAULTS = { offset: 10 |
