diff options
| author | Heinrich Fenkart <[email protected]> | 2014-07-06 09:23:09 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-07-06 09:24:23 +0200 |
| commit | 8ff099585f5aaf3330c6a8d15f513075c03c433a (patch) | |
| tree | c738c4348a2aeb7f2f85f8adb9b81cae19715ee7 | |
| parent | e341355d283ca8fbbdb245c7df704ce43443083f (diff) | |
| download | bootstrap-8ff099585f5aaf3330c6a8d15f513075c03c433a.tar.xz bootstrap-8ff099585f5aaf3330c6a8d15f513075c03c433a.zip | |
Mention #13500 in comment for ScrollSpy test
| -rw-r--r-- | js/tests/unit/scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js index 98c1d6396..3cfde85f7 100644 --- a/js/tests/unit/scrollspy.js +++ b/js/tests/unit/scrollspy.js @@ -29,7 +29,7 @@ $(function () { strictEqual($scrollspy[0], $el[0], 'collection contains element') }) - // FIXME + // Does not work properly ATM, #13500 will fix this test('should switch "active" class on scroll', function () { var topbarHTML = '<div class="topbar">' + '<div class="topbar-inner">' + |
