From d0d9744b05908932262ea4bc7ce16e679afaf7a1 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 6 Nov 2013 19:09:50 -0500 Subject: 3.0.1 -> 3.0.2 --- bower_components/bootstrap/js/.jshintrc | 14 -------------- bower_components/bootstrap/js/affix.js | 4 ++-- bower_components/bootstrap/js/alert.js | 4 ++-- bower_components/bootstrap/js/button.js | 4 ++-- bower_components/bootstrap/js/carousel.js | 4 ++-- bower_components/bootstrap/js/collapse.js | 4 ++-- bower_components/bootstrap/js/dropdown.js | 4 ++-- bower_components/bootstrap/js/modal.js | 4 ++-- bower_components/bootstrap/js/popover.js | 4 ++-- bower_components/bootstrap/js/scrollspy.js | 4 ++-- bower_components/bootstrap/js/tab.js | 4 ++-- bower_components/bootstrap/js/tests/index.html | 0 bower_components/bootstrap/js/tests/unit/affix.js | 0 bower_components/bootstrap/js/tests/unit/alert.js | 0 bower_components/bootstrap/js/tests/unit/button.js | 0 bower_components/bootstrap/js/tests/unit/carousel.js | 0 bower_components/bootstrap/js/tests/unit/collapse.js | 0 bower_components/bootstrap/js/tests/unit/dropdown.js | 0 bower_components/bootstrap/js/tests/unit/modal.js | 0 bower_components/bootstrap/js/tests/unit/phantom.js | 0 bower_components/bootstrap/js/tests/unit/popover.js | 0 bower_components/bootstrap/js/tests/unit/scrollspy.js | 0 bower_components/bootstrap/js/tests/unit/tab.js | 0 bower_components/bootstrap/js/tests/unit/tooltip.js | 0 bower_components/bootstrap/js/tests/unit/transition.js | 0 bower_components/bootstrap/js/tests/vendor/jquery.js | 0 bower_components/bootstrap/js/tests/vendor/qunit.css | 0 bower_components/bootstrap/js/tests/vendor/qunit.js | 0 bower_components/bootstrap/js/tooltip.js | 4 ++-- bower_components/bootstrap/js/transition.js | 4 ++-- 30 files changed, 24 insertions(+), 38 deletions(-) delete mode 100755 bower_components/bootstrap/js/.jshintrc mode change 100755 => 100644 bower_components/bootstrap/js/affix.js mode change 100755 => 100644 bower_components/bootstrap/js/alert.js mode change 100755 => 100644 bower_components/bootstrap/js/button.js mode change 100755 => 100644 bower_components/bootstrap/js/carousel.js mode change 100755 => 100644 bower_components/bootstrap/js/collapse.js mode change 100755 => 100644 bower_components/bootstrap/js/dropdown.js mode change 100755 => 100644 bower_components/bootstrap/js/modal.js mode change 100755 => 100644 bower_components/bootstrap/js/popover.js mode change 100755 => 100644 bower_components/bootstrap/js/scrollspy.js mode change 100755 => 100644 bower_components/bootstrap/js/tab.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/index.html mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/affix.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/alert.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/button.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/carousel.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/collapse.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/dropdown.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/modal.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/phantom.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/popover.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/scrollspy.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/tab.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/tooltip.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/unit/transition.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/vendor/jquery.js mode change 100755 => 100644 bower_components/bootstrap/js/tests/vendor/qunit.css mode change 100755 => 100644 bower_components/bootstrap/js/tests/vendor/qunit.js mode change 100755 => 100644 bower_components/bootstrap/js/tooltip.js mode change 100755 => 100644 bower_components/bootstrap/js/transition.js (limited to 'bower_components/bootstrap/js') diff --git a/bower_components/bootstrap/js/.jshintrc b/bower_components/bootstrap/js/.jshintrc deleted file mode 100755 index fdfdfbbf..00000000 --- a/bower_components/bootstrap/js/.jshintrc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "asi" : true, - "boss" : true, - "browser" : true, - "curly" : false, - "debug" : true, - "devel" : true, - "eqeqeq" : false, - "eqnull" : true, - "expr" : true, - "laxbreak" : true, - "laxcomma" : true, - "validthis": true -} \ No newline at end of file diff --git a/bower_components/bootstrap/js/affix.js b/bower_components/bootstrap/js/affix.js old mode 100755 new mode 100644 index a75a46db..7d111ecc --- a/bower_components/bootstrap/js/affix.js +++ b/bower_components/bootstrap/js/affix.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: affix.js v3.0.0 + * Bootstrap: affix.js v3.0.2 * http://getbootstrap.com/javascript/#affix * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -123,4 +123,4 @@ }) }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/alert.js b/bower_components/bootstrap/js/alert.js old mode 100755 new mode 100644 index 73372e4f..031d72aa --- a/bower_components/bootstrap/js/alert.js +++ b/bower_components/bootstrap/js/alert.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: alert.js v3.0.0 + * Bootstrap: alert.js v3.0.2 * http://getbootstrap.com/javascript/#alerts * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -95,4 +95,4 @@ $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/button.js b/bower_components/bootstrap/js/button.js old mode 100755 new mode 100644 index 44c101a2..0145689d --- a/bower_components/bootstrap/js/button.js +++ b/bower_components/bootstrap/js/button.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: button.js v3.0.0 + * Bootstrap: button.js v3.0.2 * http://getbootstrap.com/javascript/#buttons * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -106,4 +106,4 @@ e.preventDefault() }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/carousel.js b/bower_components/bootstrap/js/carousel.js old mode 100755 new mode 100644 index cf7baf2a..902d4d78 --- a/bower_components/bootstrap/js/carousel.js +++ b/bower_components/bootstrap/js/carousel.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: carousel.js v3.0.0 + * Bootstrap: carousel.js v3.0.2 * http://getbootstrap.com/javascript/#carousel * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -214,4 +214,4 @@ }) }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/collapse.js b/bower_components/bootstrap/js/collapse.js old mode 100755 new mode 100644 index beb04772..9967b167 --- a/bower_components/bootstrap/js/collapse.js +++ b/bower_components/bootstrap/js/collapse.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: collapse.js v3.0.0 + * Bootstrap: collapse.js v3.0.2 * http://getbootstrap.com/javascript/#collapse * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -176,4 +176,4 @@ $target.collapse(option) }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/dropdown.js b/bower_components/bootstrap/js/dropdown.js old mode 100755 new mode 100644 index e45d51c2..d5da638d --- a/bower_components/bootstrap/js/dropdown.js +++ b/bower_components/bootstrap/js/dropdown.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: dropdown.js v3.0.0 + * Bootstrap: dropdown.js v3.0.2 * http://getbootstrap.com/javascript/#dropdowns * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -151,4 +151,4 @@ .on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle) .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/modal.js b/bower_components/bootstrap/js/modal.js old mode 100755 new mode 100644 index b5b56016..dac50c6c --- a/bower_components/bootstrap/js/modal.js +++ b/bower_components/bootstrap/js/modal.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: modal.js v3.0.0 + * Bootstrap: modal.js v3.0.2 * http://getbootstrap.com/javascript/#modals * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -243,4 +243,4 @@ .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') }) .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/popover.js b/bower_components/bootstrap/js/popover.js old mode 100755 new mode 100644 index d5cd02e5..35b48855 --- a/bower_components/bootstrap/js/popover.js +++ b/bower_components/bootstrap/js/popover.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: popover.js v3.0.0 + * Bootstrap: popover.js v3.0.2 * http://getbootstrap.com/javascript/#popovers * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -114,4 +114,4 @@ return this } -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/scrollspy.js b/bower_components/bootstrap/js/scrollspy.js old mode 100755 new mode 100644 index c88eaad9..1d2fc785 --- a/bower_components/bootstrap/js/scrollspy.js +++ b/bower_components/bootstrap/js/scrollspy.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: scrollspy.js v3.0.0 + * Bootstrap: scrollspy.js v3.0.2 * http://getbootstrap.com/javascript/#scrollspy * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -155,4 +155,4 @@ }) }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/tab.js b/bower_components/bootstrap/js/tab.js old mode 100755 new mode 100644 index 7aff6130..c803b89b --- a/bower_components/bootstrap/js/tab.js +++ b/bower_components/bootstrap/js/tab.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: tab.js v3.0.0 + * Bootstrap: tab.js v3.0.2 * http://getbootstrap.com/javascript/#tabs * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -132,4 +132,4 @@ $(this).tab('show') }) -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/tests/index.html b/bower_components/bootstrap/js/tests/index.html old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/affix.js b/bower_components/bootstrap/js/tests/unit/affix.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/alert.js b/bower_components/bootstrap/js/tests/unit/alert.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/button.js b/bower_components/bootstrap/js/tests/unit/button.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/carousel.js b/bower_components/bootstrap/js/tests/unit/carousel.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/collapse.js b/bower_components/bootstrap/js/tests/unit/collapse.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/dropdown.js b/bower_components/bootstrap/js/tests/unit/dropdown.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/modal.js b/bower_components/bootstrap/js/tests/unit/modal.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/phantom.js b/bower_components/bootstrap/js/tests/unit/phantom.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/popover.js b/bower_components/bootstrap/js/tests/unit/popover.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/scrollspy.js b/bower_components/bootstrap/js/tests/unit/scrollspy.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/tab.js b/bower_components/bootstrap/js/tests/unit/tab.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/tooltip.js b/bower_components/bootstrap/js/tests/unit/tooltip.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/unit/transition.js b/bower_components/bootstrap/js/tests/unit/transition.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/vendor/jquery.js b/bower_components/bootstrap/js/tests/vendor/jquery.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/vendor/qunit.css b/bower_components/bootstrap/js/tests/vendor/qunit.css old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tests/vendor/qunit.js b/bower_components/bootstrap/js/tests/vendor/qunit.js old mode 100755 new mode 100644 diff --git a/bower_components/bootstrap/js/tooltip.js b/bower_components/bootstrap/js/tooltip.js old mode 100755 new mode 100644 index 41375c6c..9e617755 --- a/bower_components/bootstrap/js/tooltip.js +++ b/bower_components/bootstrap/js/tooltip.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: tooltip.js v3.0.0 + * Bootstrap: tooltip.js v3.0.2 * http://getbootstrap.com/javascript/#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== @@ -383,4 +383,4 @@ return this } -}(window.jQuery); +}(jQuery); diff --git a/bower_components/bootstrap/js/transition.js b/bower_components/bootstrap/js/transition.js old mode 100755 new mode 100644 index d3a7abff..a692dfda --- a/bower_components/bootstrap/js/transition.js +++ b/bower_components/bootstrap/js/transition.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: transition.js v3.0.0 + * Bootstrap: transition.js v3.0.2 * http://getbootstrap.com/javascript/#transitions * ======================================================================== * Copyright 2013 Twitter, Inc. @@ -53,4 +53,4 @@ $.support.transition = transitionEnd() }) -}(window.jQuery); +}(jQuery); -- cgit v1.2.3