diff options
Diffstat (limited to 'bower_components/bootstrap/js')
30 files changed, 24 insertions, 38 deletions
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 index a75a46db..7d111ecc 100755..100644 --- 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 index 73372e4f..031d72aa 100755..100644 --- 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 index 44c101a2..0145689d 100755..100644 --- 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 index cf7baf2a..902d4d78 100755..100644 --- 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 index beb04772..9967b167 100755..100644 --- 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 index e45d51c2..d5da638d 100755..100644 --- 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 index b5b56016..dac50c6c 100755..100644 --- 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 index d5cd02e5..35b48855 100755..100644 --- 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 index c88eaad9..1d2fc785 100755..100644 --- 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 index 7aff6130..c803b89b 100755..100644 --- 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 index 4e3d487d..4e3d487d 100755..100644 --- a/bower_components/bootstrap/js/tests/index.html +++ b/bower_components/bootstrap/js/tests/index.html diff --git a/bower_components/bootstrap/js/tests/unit/affix.js b/bower_components/bootstrap/js/tests/unit/affix.js index b74bc51e..b74bc51e 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/affix.js +++ b/bower_components/bootstrap/js/tests/unit/affix.js diff --git a/bower_components/bootstrap/js/tests/unit/alert.js b/bower_components/bootstrap/js/tests/unit/alert.js index 98b10059..98b10059 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/alert.js +++ b/bower_components/bootstrap/js/tests/unit/alert.js diff --git a/bower_components/bootstrap/js/tests/unit/button.js b/bower_components/bootstrap/js/tests/unit/button.js index 16284e0c..16284e0c 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/button.js +++ b/bower_components/bootstrap/js/tests/unit/button.js diff --git a/bower_components/bootstrap/js/tests/unit/carousel.js b/bower_components/bootstrap/js/tests/unit/carousel.js index badf0886..badf0886 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/carousel.js +++ b/bower_components/bootstrap/js/tests/unit/carousel.js diff --git a/bower_components/bootstrap/js/tests/unit/collapse.js b/bower_components/bootstrap/js/tests/unit/collapse.js index 11b2cf83..11b2cf83 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/collapse.js +++ b/bower_components/bootstrap/js/tests/unit/collapse.js diff --git a/bower_components/bootstrap/js/tests/unit/dropdown.js b/bower_components/bootstrap/js/tests/unit/dropdown.js index 02256965..02256965 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/dropdown.js +++ b/bower_components/bootstrap/js/tests/unit/dropdown.js diff --git a/bower_components/bootstrap/js/tests/unit/modal.js b/bower_components/bootstrap/js/tests/unit/modal.js index 5755d275..5755d275 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/modal.js +++ b/bower_components/bootstrap/js/tests/unit/modal.js diff --git a/bower_components/bootstrap/js/tests/unit/phantom.js b/bower_components/bootstrap/js/tests/unit/phantom.js index c584c5a3..c584c5a3 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/phantom.js +++ b/bower_components/bootstrap/js/tests/unit/phantom.js diff --git a/bower_components/bootstrap/js/tests/unit/popover.js b/bower_components/bootstrap/js/tests/unit/popover.js index c9f7d63a..c9f7d63a 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/popover.js +++ b/bower_components/bootstrap/js/tests/unit/popover.js diff --git a/bower_components/bootstrap/js/tests/unit/scrollspy.js b/bower_components/bootstrap/js/tests/unit/scrollspy.js index 06219a1c..06219a1c 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/scrollspy.js +++ b/bower_components/bootstrap/js/tests/unit/scrollspy.js diff --git a/bower_components/bootstrap/js/tests/unit/tab.js b/bower_components/bootstrap/js/tests/unit/tab.js index 0db7cdb5..0db7cdb5 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/tab.js +++ b/bower_components/bootstrap/js/tests/unit/tab.js diff --git a/bower_components/bootstrap/js/tests/unit/tooltip.js b/bower_components/bootstrap/js/tests/unit/tooltip.js index dc3ddd37..dc3ddd37 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/tooltip.js +++ b/bower_components/bootstrap/js/tests/unit/tooltip.js diff --git a/bower_components/bootstrap/js/tests/unit/transition.js b/bower_components/bootstrap/js/tests/unit/transition.js index 39c415bc..39c415bc 100755..100644 --- a/bower_components/bootstrap/js/tests/unit/transition.js +++ b/bower_components/bootstrap/js/tests/unit/transition.js diff --git a/bower_components/bootstrap/js/tests/vendor/jquery.js b/bower_components/bootstrap/js/tests/vendor/jquery.js index 76d21a46..76d21a46 100755..100644 --- a/bower_components/bootstrap/js/tests/vendor/jquery.js +++ b/bower_components/bootstrap/js/tests/vendor/jquery.js diff --git a/bower_components/bootstrap/js/tests/vendor/qunit.css b/bower_components/bootstrap/js/tests/vendor/qunit.css index aa0445dd..aa0445dd 100755..100644 --- a/bower_components/bootstrap/js/tests/vendor/qunit.css +++ b/bower_components/bootstrap/js/tests/vendor/qunit.css diff --git a/bower_components/bootstrap/js/tests/vendor/qunit.js b/bower_components/bootstrap/js/tests/vendor/qunit.js index b332d705..b332d705 100755..100644 --- a/bower_components/bootstrap/js/tests/vendor/qunit.js +++ b/bower_components/bootstrap/js/tests/vendor/qunit.js diff --git a/bower_components/bootstrap/js/tooltip.js b/bower_components/bootstrap/js/tooltip.js index 41375c6c..9e617755 100755..100644 --- 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 index d3a7abff..a692dfda 100755..100644 --- 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); |