app/assets/javascripts/twitter/bootstrap/scrollspy.js in less-rails-bootstrap-3.3.0.1 vs app/assets/javascripts/twitter/bootstrap/scrollspy.js in less-rails-bootstrap-3.3.1.0

- old
+ new

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