From 3696530aafebe5f16ad801d276b25252cc645d1c Mon Sep 17 00:00:00 2001 From: Cesidio Di Landa Date: Wed, 31 Jul 2013 18:11:11 +0200 Subject: Removed trailing whitespaces Changed hard tabs to soft tabs --- js/tests/unit/dropdown.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'js') 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() }) -- cgit v1.2.3