update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / js / tests / unit / dropdown.js
old mode 100644 (file)
new mode 100755 (executable)
index e45bd0a..0225696
@@ -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()
       })