app/assets/javascripts/twitter/bootstrap/scrollspy.js in less-rails-bootstrap-3.3.4.0 vs app/assets/javascripts/twitter/bootstrap/scrollspy.js in less-rails-bootstrap-3.3.5.0

- old
+ new

@@ -1,7 +1,7 @@ /* ======================================================================== - * Bootstrap: scrollspy.js v3.3.4 + * Bootstrap: scrollspy.js v3.3.5 * http://getbootstrap.com/javascript/#scrollspy * ======================================================================== * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * ======================================================================== */ @@ -26,10 +26,10 @@ this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this)) this.refresh() this.process() } - ScrollSpy.VERSION = '3.3.4' + ScrollSpy.VERSION = '3.3.5' ScrollSpy.DEFAULTS = { offset: 10 }