diff options
| author | XhmikosR <[email protected]> | 2014-04-09 10:07:35 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-09 10:07:35 +0300 |
| commit | ee2df11e93c88dff946560d81fd5e2d8fbdd61d4 (patch) | |
| tree | 003d888c65d75cc5bb5f2d103ae099980dbfd514 /js/tests/unit/button.js | |
| parent | de86b36b508096eea1f9326983ab4d50358f66a5 (diff) | |
| parent | 2f0f8ec6d13129cad43e710a3886e59214367c89 (diff) | |
| download | bootstrap-ee2df11e93c88dff946560d81fd5e2d8fbdd61d4.tar.xz bootstrap-ee2df11e93c88dff946560d81fd5e2d8fbdd61d4.zip | |
Merge pull request #13091 from twbs/unused-js
Remove unused javascript
Diffstat (limited to 'js/tests/unit/button.js')
| -rw-r--r-- | js/tests/unit/button.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tests/unit/button.js b/js/tests/unit/button.js index 73420863c..ea1236478 100644 --- a/js/tests/unit/button.js +++ b/js/tests/unit/button.js @@ -98,7 +98,6 @@ $(function () { var btn1 = $(group.children()[0]) var btn2 = $(group.children()[1]) - var btn3 = $(group.children()[2]) group.appendTo($('#qunit-fixture')) |
