Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-09-26 10:09:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-20 23:05:45 +0300
commit90261b484c7637407b310acecdfe56093738800d (patch)
tree7f76c8b4eb732f3c21e4f91673d919d427936167 /js/tests/unit/dom
parent330a29734f1f33fe6901754e03e16f8f6605e62d (diff)
Dropdown without jQuery
Diffstat (limited to 'js/tests/unit/dom')
-rw-r--r--js/tests/unit/dom/eventHandler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tests/unit/dom/eventHandler.js b/js/tests/unit/dom/eventHandler.js
index 998132911e..f282616328 100644
--- a/js/tests/unit/dom/eventHandler.js
+++ b/js/tests/unit/dom/eventHandler.js
@@ -336,6 +336,5 @@ $(function () {
assert.ok(i === 5, 'listener removed again')
document.body.removeChild(element)
-
})
})