]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
return matcher value directly + cleanup first lines of files
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 25 Mar 2012 01:59:04 +0000 (18:59 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 25 Mar 2012 01:59:04 +0000 (18:59 -0700)
25 files changed:
docs/assets/bootstrap.zip
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
js/bootstrap-alert.js
js/bootstrap-button.js
js/bootstrap-carousel.js
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js

index 9301d50c45b137398563ecac676c459e69c90ecb..e55e7eee21da30b0d3aba13e7df6aa7a68680003 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 7a1607da152e0c89ffb1f544c6ca784d44fd42ec..c7171855d16b4bcc42fe0de2492de271bf259231 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================== */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 6b36753d82bc7be16f39f43e603ec2807c5e2960..77af03760b3d65644bc2c9d51c593c805f264164 100644 (file)
@@ -17,7 +17,8 @@
  * limitations under the License.
  * ============================================================ */
 
-!function( $ ){
+
+!function ( $ ) {
 
   "use strict"
 
index 8ce7418d221d7ae0fe35f9df6512e61d48e3adf7..0c8c5a202a2d18ce8fbe895641d74a2da4f34378 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================== */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 478eea39121c7087fcee5db783cb439fff119320..9f462e6bcc0756106d259e7676ebb906dc18a742 100644 (file)
@@ -17,7 +17,8 @@
  * limitations under the License.
  * ============================================================ */
 
-!function( $ ){
+
+!function ( $ ) {
 
   "use strict"
 
index f26b83f41dc6774a260d2365a5716c88cf25f8d5..661b22713c53eead00ed558471ddcd80a2968766 100644 (file)
@@ -18,7 +18,7 @@
  * ============================================================ */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 3e0fb1481873dfcaf970edc5afc1d5774cb14b76..f16b565003f41b34815658f711263cc9fd9d2dfc 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================= */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 6f389785cc79fe951c22941ec3d3a7b0c7b6947f..ee47e43a2e64ddc66aef038fc9b08317b00ff4d9 100644 (file)
@@ -18,7 +18,7 @@
  * =========================================================== */
 
 
-!function( $ ) {
+!function ( $ ) {
 
  "use strict"
 
index c02e263b0e9dc38e824bdd723ceda56d78b3f6b8..518ccafb24823b92d409839f100211c65e629774 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ============================================================== */
 
+
 !function ( $ ) {
 
   "use strict"
index 974cc0aca21cc884656a2b0008abce67b33663cf..d46ef790a7175c4c319e91cdc28bfcc0ef7c8ee1 100644 (file)
@@ -18,7 +18,7 @@
  * ======================================================== */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 7d58a6c8d2fc5d9163af00fe5a9ba82028815e83..4704d1e0295b6d1c3540dfd9f93133e2cbfa3ab0 100644 (file)
@@ -18,7 +18,8 @@
  * limitations under the License.
  * ========================================================== */
 
-!function( $ ) {
+
+!function ( $ ) {
 
   "use strict"
 
index f5226f96dec8c17fe551be0056cb5f249c1b4061..f73de1c589a01905574f00a3a44bafa581c24459 100644 (file)
@@ -17,7 +17,8 @@
  * limitations under the License.
  * ========================================================== */
 
-!function( $ ) {
+
+!function ( $ ) {
 
   $(function () {
 
index f4d26186c7191d940f45b845030045c6360347b8..f366bea6374531777d847c5b2faef13f6acbfa57 100644 (file)
@@ -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)
index 7a1607da152e0c89ffb1f544c6ca784d44fd42ec..c7171855d16b4bcc42fe0de2492de271bf259231 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================== */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 6b36753d82bc7be16f39f43e603ec2807c5e2960..77af03760b3d65644bc2c9d51c593c805f264164 100644 (file)
@@ -17,7 +17,8 @@
  * limitations under the License.
  * ============================================================ */
 
-!function( $ ){
+
+!function ( $ ) {
 
   "use strict"
 
index 8ce7418d221d7ae0fe35f9df6512e61d48e3adf7..0c8c5a202a2d18ce8fbe895641d74a2da4f34378 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================== */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 478eea39121c7087fcee5db783cb439fff119320..9f462e6bcc0756106d259e7676ebb906dc18a742 100644 (file)
@@ -17,7 +17,8 @@
  * limitations under the License.
  * ============================================================ */
 
-!function( $ ){
+
+!function ( $ ) {
 
   "use strict"
 
index f26b83f41dc6774a260d2365a5716c88cf25f8d5..661b22713c53eead00ed558471ddcd80a2968766 100644 (file)
@@ -18,7 +18,7 @@
  * ============================================================ */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 3e0fb1481873dfcaf970edc5afc1d5774cb14b76..f16b565003f41b34815658f711263cc9fd9d2dfc 100644 (file)
@@ -18,7 +18,7 @@
  * ========================================================= */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 6f389785cc79fe951c22941ec3d3a7b0c7b6947f..ee47e43a2e64ddc66aef038fc9b08317b00ff4d9 100644 (file)
@@ -18,7 +18,7 @@
  * =========================================================== */
 
 
-!function( $ ) {
+!function ( $ ) {
 
  "use strict"
 
index c02e263b0e9dc38e824bdd723ceda56d78b3f6b8..518ccafb24823b92d409839f100211c65e629774 100644 (file)
@@ -17,6 +17,7 @@
  * limitations under the License.
  * ============================================================== */
 
+
 !function ( $ ) {
 
   "use strict"
index 974cc0aca21cc884656a2b0008abce67b33663cf..d46ef790a7175c4c319e91cdc28bfcc0ef7c8ee1 100644 (file)
@@ -18,7 +18,7 @@
  * ======================================================== */
 
 
-!function( $ ){
+!function ( $ ) {
 
   "use strict"
 
index 7d58a6c8d2fc5d9163af00fe5a9ba82028815e83..4704d1e0295b6d1c3540dfd9f93133e2cbfa3ab0 100644 (file)
@@ -18,7 +18,8 @@
  * limitations under the License.
  * ========================================================== */
 
-!function( $ ) {
+
+!function ( $ ) {
 
   "use strict"
 
index f5226f96dec8c17fe551be0056cb5f249c1b4061..f73de1c589a01905574f00a3a44bafa581c24459 100644 (file)
@@ -17,7 +17,8 @@
  * limitations under the License.
  * ========================================================== */
 
-!function( $ ) {
+
+!function ( $ ) {
 
   $(function () {
 
index f4d26186c7191d940f45b845030045c6360347b8..f366bea6374531777d847c5b2faef13f6acbfa57 100644 (file)
@@ -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)