aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-31 10:24:20 -0700
committerMark Otto <[email protected]>2013-07-31 10:24:20 -0700
commitd7d0f226f9e31eea349f37d25a26c8674b63a642 (patch)
tree981ec6fec1f8e5d5463e2ae4e4845e56f72f7d0e /js
parentba05b7a63c6beacf6ba1ac66604b63421e9d893c (diff)
parent3696530aafebe5f16ad801d276b25252cc645d1c (diff)
downloadbootstrap-d7d0f226f9e31eea349f37d25a26c8674b63a642.tar.xz
bootstrap-d7d0f226f9e31eea349f37d25a26c8674b63a642.zip
Merge pull request #8915 from diowa/whitespaces-tabs-etc
Removed trailing whitespaces and hard tabs
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/dropdown.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/tests/unit/dropdown.js b/js/tests/unit/dropdown.js
index e45bd0a46..02256965d 100644
--- a/js/tests/unit/dropdown.js
+++ b/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()
})