aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-03-24 18:59:04 -0700
committerJacob Thornton <[email protected]>2012-03-24 18:59:04 -0700
commitf02d017ffa2f63609db034410979f62fde328816 (patch)
treeea74ef966815a8d19408f4b263636cce6593fe39 /docs
parent6dc59a9c3e0facab3abed7cb66d90c2316530014 (diff)
downloadbootstrap-f02d017ffa2f63609db034410979f62fde328816.tar.xz
bootstrap-f02d017ffa2f63609db034410979f62fde328816.zip
return matcher value directly + cleanup first lines of files
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin56306 -> 56278 bytes
-rw-r--r--docs/assets/js/bootstrap-alert.js2
-rw-r--r--docs/assets/js/bootstrap-button.js3
-rw-r--r--docs/assets/js/bootstrap-carousel.js2
-rw-r--r--docs/assets/js/bootstrap-collapse.js3
-rw-r--r--docs/assets/js/bootstrap-dropdown.js2
-rw-r--r--docs/assets/js/bootstrap-modal.js2
-rw-r--r--docs/assets/js/bootstrap-popover.js2
-rw-r--r--docs/assets/js/bootstrap-scrollspy.js1
-rw-r--r--docs/assets/js/bootstrap-tab.js2
-rw-r--r--docs/assets/js/bootstrap-tooltip.js3
-rw-r--r--docs/assets/js/bootstrap-transition.js3
-rw-r--r--docs/assets/js/bootstrap-typeahead.js3
13 files changed, 17 insertions, 11 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 9301d50c4..e55e7eee2 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/js/bootstrap-alert.js b/docs/assets/js/bootstrap-alert.js
index 7a1607da1..c7171855d 100644
--- a/docs/assets/js/bootstrap-alert.js
+++ b/docs/assets/js/bootstrap-alert.js
@@ -18,7 +18,7 @@
* ========================================================== */
-!function( $ ){
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-button.js b/docs/assets/js/bootstrap-button.js
index 6b36753d8..77af03760 100644
--- a/docs/assets/js/bootstrap-button.js
+++ b/docs/assets/js/bootstrap-button.js
@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
-!function( $ ){
+
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-carousel.js b/docs/assets/js/bootstrap-carousel.js
index 8ce7418d2..0c8c5a202 100644
--- a/docs/assets/js/bootstrap-carousel.js
+++ b/docs/assets/js/bootstrap-carousel.js
@@ -18,7 +18,7 @@
* ========================================================== */
-!function( $ ){
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-collapse.js b/docs/assets/js/bootstrap-collapse.js
index 478eea391..9f462e6bc 100644
--- a/docs/assets/js/bootstrap-collapse.js
+++ b/docs/assets/js/bootstrap-collapse.js
@@ -17,7 +17,8 @@
* limitations under the License.
* ============================================================ */
-!function( $ ){
+
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-dropdown.js b/docs/assets/js/bootstrap-dropdown.js
index f26b83f41..661b22713 100644
--- a/docs/assets/js/bootstrap-dropdown.js
+++ b/docs/assets/js/bootstrap-dropdown.js
@@ -18,7 +18,7 @@
* ============================================================ */
-!function( $ ){
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-modal.js b/docs/assets/js/bootstrap-modal.js
index 3e0fb1481..f16b56500 100644
--- a/docs/assets/js/bootstrap-modal.js
+++ b/docs/assets/js/bootstrap-modal.js
@@ -18,7 +18,7 @@
* ========================================================= */
-!function( $ ){
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-popover.js b/docs/assets/js/bootstrap-popover.js
index 6f389785c..ee47e43a2 100644
--- a/docs/assets/js/bootstrap-popover.js
+++ b/docs/assets/js/bootstrap-popover.js
@@ -18,7 +18,7 @@
* =========================================================== */
-!function( $ ) {
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-scrollspy.js b/docs/assets/js/bootstrap-scrollspy.js
index c02e263b0..518ccafb2 100644
--- a/docs/assets/js/bootstrap-scrollspy.js
+++ b/docs/assets/js/bootstrap-scrollspy.js
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================== */
+
!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-tab.js b/docs/assets/js/bootstrap-tab.js
index 974cc0aca..d46ef790a 100644
--- a/docs/assets/js/bootstrap-tab.js
+++ b/docs/assets/js/bootstrap-tab.js
@@ -18,7 +18,7 @@
* ======================================================== */
-!function( $ ){
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-tooltip.js b/docs/assets/js/bootstrap-tooltip.js
index 7d58a6c8d..4704d1e02 100644
--- a/docs/assets/js/bootstrap-tooltip.js
+++ b/docs/assets/js/bootstrap-tooltip.js
@@ -18,7 +18,8 @@
* limitations under the License.
* ========================================================== */
-!function( $ ) {
+
+!function ( $ ) {
"use strict"
diff --git a/docs/assets/js/bootstrap-transition.js b/docs/assets/js/bootstrap-transition.js
index f5226f96d..f73de1c58 100644
--- a/docs/assets/js/bootstrap-transition.js
+++ b/docs/assets/js/bootstrap-transition.js
@@ -17,7 +17,8 @@
* limitations under the License.
* ========================================================== */
-!function( $ ) {
+
+!function ( $ ) {
$(function () {
diff --git a/docs/assets/js/bootstrap-typeahead.js b/docs/assets/js/bootstrap-typeahead.js
index f4d26186c..f366bea63 100644
--- a/docs/assets/js/bootstrap-typeahead.js
+++ b/docs/assets/js/bootstrap-typeahead.js
@@ -17,6 +17,7 @@
* limitations under the License.
* ============================================================ */
+
!function( $ ){
"use strict"
@@ -78,7 +79,7 @@
}
items = $.grep(this.source, function (item) {
- if (that.matcher(item)) return item
+ return that.matcher(item)
})
items = this.sorter(items)