diff options
| author | Mark Otto <[email protected]> | 2011-12-09 11:33:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-09 11:33:02 -0800 |
| commit | 312ee6cdfb20f7602924c90e6ae37cba62a39da4 (patch) | |
| tree | 1931bb96def7cc20931b6f763fcd934abaeddeb8 /js/bootstrap-scrollspy.js | |
| parent | b12b71bf7ca76437a532122d8efff59506b61530 (diff) | |
| parent | cee2f61898f4807311402fed747a93ee68a31f8f (diff) | |
| download | bootstrap-312ee6cdfb20f7602924c90e6ae37cba62a39da4.tar.xz bootstrap-312ee6cdfb20f7602924c90e6ae37cba62a39da4.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts:
bootstrap.css
Diffstat (limited to 'js/bootstrap-scrollspy.js')
| -rw-r--r-- | js/bootstrap-scrollspy.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index fe34019ff..8248b6cbd 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -39,7 +39,9 @@ ScrollSpy.prototype = { - refresh: function () { + constructor: ScrollSpy + + , refresh: function () { this.targets = this.$body .find(this.selector) .map(function () { |
