From 5844aa550d5a2d22d527d80cfa42443914d28c1f Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Thu, 26 Jan 2012 15:00:59 -0800
Subject: [PATCH] consistent new lines at ends of files

---
 js/bootstrap-alert.js      | 2 +-
 js/bootstrap-button.js     | 2 +-
 js/bootstrap-carousel.js   | 2 +-
 js/bootstrap-collapse.js   | 2 +-
 js/bootstrap-dropdown.js   | 2 +-
 js/bootstrap-modal.js      | 2 +-
 js/bootstrap-scrollspy.js  | 2 +-
 js/bootstrap-tab.js        | 2 +-
 js/bootstrap-transition.js | 2 +-
 js/bootstrap-typeahead.js  | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/js/bootstrap-alert.js b/js/bootstrap-alert.js
index d6d2108f9c..2df64c6e1d 100644
--- a/js/bootstrap-alert.js
+++ b/js/bootstrap-alert.js
@@ -82,4 +82,4 @@
     $('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-button.js b/js/bootstrap-button.js
index 2461ffec6e..d85c82947a 100644
--- a/js/bootstrap-button.js
+++ b/js/bootstrap-button.js
@@ -95,4 +95,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-carousel.js b/js/bootstrap-carousel.js
index 500c7da7fe..47d832c821 100644
--- a/js/bootstrap-carousel.js
+++ b/js/bootstrap-carousel.js
@@ -151,4 +151,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-collapse.js b/js/bootstrap-collapse.js
index ac434dcf37..e33dadedff 100644
--- a/js/bootstrap-collapse.js
+++ b/js/bootstrap-collapse.js
@@ -131,4 +131,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js
index f9d93fc72a..1ae317b44c 100644
--- a/js/bootstrap-dropdown.js
+++ b/js/bootstrap-dropdown.js
@@ -80,4 +80,4 @@
     $('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle)
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js
index ecb7b5add7..eea1938d0f 100644
--- a/js/bootstrap-modal.js
+++ b/js/bootstrap-modal.js
@@ -202,4 +202,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js
index 91c49f32ee..dcb52456e0 100644
--- a/js/bootstrap-scrollspy.js
+++ b/js/bootstrap-scrollspy.js
@@ -121,4 +121,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-tab.js b/js/bootstrap-tab.js
index d52be872f1..95698d23e5 100644
--- a/js/bootstrap-tab.js
+++ b/js/bootstrap-tab.js
@@ -122,4 +122,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-transition.js b/js/bootstrap-transition.js
index 94f1dbdf80..956350bd0a 100644
--- a/js/bootstrap-transition.js
+++ b/js/bootstrap-transition.js
@@ -48,4 +48,4 @@
 
   })
   
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js
index f64fcca01e..fad28ea46b 100644
--- a/js/bootstrap-typeahead.js
+++ b/js/bootstrap-typeahead.js
@@ -249,4 +249,4 @@
     })
   })
 
-}( window.jQuery )
\ No newline at end of file
+}( window.jQuery )
-- 
GitLab