app/assets/javascripts/twitter/bootstrap/scrollspy.js in less-rails-bootstrap-3.0.5 vs app/assets/javascripts/twitter/bootstrap/scrollspy.js in less-rails-bootstrap-3.0.6

- old
+ new

@@ -1,7 +1,7 @@ /* ======================================================================== - * Bootstrap: scrollspy.js v3.0.2 + * Bootstrap: scrollspy.js v3.0.3 * http://getbootstrap.com/javascript/#scrollspy * ======================================================================== * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -111,10 +111,10 @@ active = active .closest('li.dropdown') .addClass('active') } - active.trigger('activate') + active.trigger('activate.bs.scrollspy') } // SCROLLSPY PLUGIN DEFINITION // ===========================