Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-27 03:00:59 +0400
committerMark Otto <markdotto@gmail.com>2012-01-27 03:00:59 +0400
commit5844aa550d5a2d22d527d80cfa42443914d28c1f (patch)
tree89fa746d08b2c24a7900970f669f8dabb15c3ded /js
parent945870d7785fcda985241582e15c53fab5ae6f64 (diff)
consistent new lines at ends of files
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-alert.js2
-rw-r--r--js/bootstrap-button.js2
-rw-r--r--js/bootstrap-carousel.js2
-rw-r--r--js/bootstrap-collapse.js2
-rw-r--r--js/bootstrap-dropdown.js2
-rw-r--r--js/bootstrap-modal.js2
-rw-r--r--js/bootstrap-scrollspy.js2
-rw-r--r--js/bootstrap-tab.js2
-rw-r--r--js/bootstrap-transition.js2
-rw-r--r--js/bootstrap-typeahead.js2
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 )