diff options
| author | Mark Otto <[email protected]> | 2015-01-19 09:03:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 09:03:09 -0800 |
| commit | bcf7dd38b5ab180256e2e4fb5da0369551b3f082 (patch) | |
| tree | ea515d40d74f6a9414c1dbdcee97b90c615e1d15 /js/scrollspy.js | |
| parent | ce29def7a63c86f238d725ef5b7a284c054d28a6 (diff) | |
| parent | fa47de717eb32f044d012974aa72a0c0ad0441e1 (diff) | |
| download | bootstrap-3.3.2.tar.xz bootstrap-3.3.2.zip | |
Merge pull request #15604 from twbs/ship_v3.3.2v3.3.2
Ship v3.3.2
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 20a3e4060..0987177fd 100644 --- a/js/scrollspy.js +++ b/js/scrollspy.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: scrollspy.js v3.3.1 + * Bootstrap: scrollspy.js v3.3.2 * http://getbootstrap.com/javascript/#scrollspy * ======================================================================== * Copyright 2011-2015 Twitter, Inc. @@ -30,7 +30,7 @@ this.process() } - ScrollSpy.VERSION = '3.3.1' + ScrollSpy.VERSION = '3.3.2' ScrollSpy.DEFAULTS = { offset: 10 |
