Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-26 08:52:05 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-26 08:52:05 +0400
commita29e5a9dd69f09b39b74f31e8131b7d9e633e9a1 (patch)
treeaac8ddbf2b200bbac4fce2173f5931f3329c0baf /docs/assets/js/bootstrap-scrollspy.js
parentaaabe2a46c64e7d9ffd5735dba2db4f3cf9906f5 (diff)
fix #3234
Diffstat (limited to 'docs/assets/js/bootstrap-scrollspy.js')
-rw-r--r--docs/assets/js/bootstrap-scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-scrollspy.js b/docs/assets/js/bootstrap-scrollspy.js
index f6a24b0032..4946ee9360 100644
--- a/docs/assets/js/bootstrap-scrollspy.js
+++ b/docs/assets/js/bootstrap-scrollspy.js
@@ -35,7 +35,7 @@
this.selector = (this.options.target
|| ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
|| '') + ' .nav li > a'
- this.$body = $('body').on('click.scroll.data-api', this.selector, process)
+ this.$body = $('body')
this.refresh()
this.process()
}