aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorCesidio Di Landa <[email protected]>2013-07-31 18:11:11 +0200
committerCesidio Di Landa <[email protected]>2013-07-31 18:11:11 +0200
commit3696530aafebe5f16ad801d276b25252cc645d1c (patch)
tree7ad909ad999e2801f5c721a86cbb7c6309c6e4c6 /js
parent55e1fcef60a569fc2ff2f3bc445c5f22936cc331 (diff)
downloadbootstrap-3696530aafebe5f16ad801d276b25252cc645d1c.tar.xz
bootstrap-3696530aafebe5f16ad801d276b25252cc645d1c.zip
Removed trailing whitespaces
Changed hard tabs to soft 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()
})