summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/js/tests/unit/dropdown.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/js/tests/unit/dropdown.js')
-rwxr-xr-x[-rw-r--r--]bower_components/bootstrap/js/tests/unit/dropdown.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/bower_components/bootstrap/js/tests/unit/dropdown.js b/bower_components/bootstrap/js/tests/unit/dropdown.js
index e45bd0a4..02256965 100644..100755
--- a/bower_components/bootstrap/js/tests/unit/dropdown.js
+++ b/bower_components/bootstrap/js/tests/unit/dropdown.js
@@ -165,9 +165,9 @@ $(function () {
.appendTo('#qunit-fixture')
.find('[data-toggle="dropdown"]')
.dropdown()
-
+
stop()
-
+
dropdown
.parent('.dropdown')
.bind('show.bs.dropdown', function () {
@@ -177,7 +177,7 @@ $(function () {
ok(true, 'hide was called')
start()
})
-
+
dropdown.click()
$(document.body).click()
})
@@ -199,9 +199,9 @@ $(function () {
.appendTo('#qunit-fixture')
.find('[data-toggle="dropdown"]')
.dropdown()
-
+
stop()
-
+
dropdown
.parent('.dropdown')
.bind('shown.bs.dropdown', function () {
@@ -211,7 +211,7 @@ $(function () {
ok(true, 'hide was called')
start()
})
-
+
dropdown.click()
$(document.body).click()
})