- 13 May, 2015 3 commits
- 12 May, 2015 4 commits
- 11 May, 2015 3 commits
- 10 May, 2015 2 commits
- 08 May, 2015 2 commits
- 07 May, 2015 2 commits
- 06 May, 2015 1 commit
-
-
fat authored
-
- 24 Apr, 2015 1 commit
-
-
Chris Rebert authored
-
- 26 Mar, 2015 2 commits
-
-
Heinrich Fenkart authored
Valid: function a() {} Invalid: function a () {}
-
Chris Rebert authored
-
- 21 Mar, 2015 1 commit
-
-
Emmanuel Bourgerie authored
Closes #16073 by merging it
-
- 16 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 10 Mar, 2015 1 commit
-
-
Maxim Andrukhovych authored
-
- 09 Mar, 2015 3 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
Chris Rebert authored
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
-
- 07 Mar, 2015 4 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
-
Kevin Kirsche authored
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]
-
Chris Rebert authored
Appears to be unnecessary and is broken by #16011, which is otherwise quite sane.
-
- 06 Mar, 2015 1 commit
-
-
Chris Rebert authored
Thanks to @peterblazejewicz & @Nikita240 Adds unit tests based on #14417 X-Ref: #14282 Closes #15807
-
- 04 Mar, 2015 1 commit
-
-
Chris Rebert authored
-
- 03 Mar, 2015 4 commits
-
-
Chris Rebert authored
-
Chris Rebert authored
Erratum from #15496
-
Kevin Kirsche authored
[Fixes #15953] Implement `assert.expect` in each unit test
-
Heinrich Fenkart authored
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
-
- 02 Mar, 2015 2 commits
-
-
XhmikosR authored
-
Chris Rebert authored
-
- 01 Mar, 2015 2 commits
-
-
Caden Lovelace authored
When the first two elements in a scrollspy content block have a document offset of zero (i.e. they're hard against the top of the page), Scrollspy would switch between them on every scroll event. This could happen, for example, in a system of nested sections: ``` <section id="animals"> <section id="dogs"> Content </section> </section> ``` This ocurred because Scrollspy's check to see if it's at the end of the array of sections uses `!arr[index]`. This misses the case where `arr[index]` does exist and is zero. This commit explicitly checks the array bounds.
-
Heinrich Fenkart authored
Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/52605742
-