twbs--bootstrap/js
Chris Rebert 14c7ba95f9 Fix load & scroll event usage in ScrollSpy tests (#19986)
* Use $.one() instead of $.on() since there are no $.off()s in the code.
* Remove unnecessary namespacing of listeners for the `scroll` & `load` events.
    These are vanilla DOM events (not custom jQuery namespaced events)
    and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`).

[skip validator]
2016-05-30 09:39:45 -07:00
..
dist grunt 2016-05-08 13:43:13 -07:00
src Remove stray "~" in modal paddingRight value (#19932) 2016-05-18 13:53:01 -07:00
tests Fix load & scroll event usage in ScrollSpy tests (#19986) 2016-05-30 09:39:45 -07:00
.eslintrc ESLint: enable no-bitwise rule 2015-12-24 18:53:41 -07:00
.jscsrc update grunt-jscs to 2.1.0 to use jscs 2.x 2015-10-19 08:17:13 -04:00