diff options
| author | Chris Rebert <[email protected]> | 2013-12-06 16:51:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-06 17:23:45 -0800 |
| commit | 351f86e1db6bbb5f37e67323094fc08f4aeceecd (patch) | |
| tree | 9d3b67a8880ee3cf66c6cb12588eec3498e65bd9 /js/tests/unit/scrollspy.js | |
| parent | 4be126e0142556805b59cb5a62d33c4a3fd2b8d4 (diff) | |
| download | bootstrap-351f86e1db6bbb5f37e67323094fc08f4aeceecd.tar.xz bootstrap-351f86e1db6bbb5f37e67323094fc08f4aeceecd.zip | |
fix some JS to pass jscs
Diffstat (limited to 'js/tests/unit/scrollspy.js')
| -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 06219a1c8..1b546a579 100644 --- a/js/tests/unit/scrollspy.js +++ b/js/tests/unit/scrollspy.js @@ -19,7 +19,7 @@ $(function () { test("should switch active class on scroll", function () { var sectionHTML = '<div id="masthead"></div>' , $section = $(sectionHTML).append('#qunit-fixture') - , topbarHTML ='<div class="topbar">' + , topbarHTML = '<div class="topbar">' + '<div class="topbar-inner">' + '<div class="container">' + '<h3><a href="#">Bootstrap</a></h3>' |
