1
1
/*!
2
- * Bootstrap v3.3.0 (http://getbootstrap.com)
2
+ * Bootstrap v3.3.1 (http://getbootstrap.com)
3
3
* Copyright 2011-2014 Twitter, Inc.
4
4
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
*/
@@ -16,7 +16,7 @@ if (typeof jQuery === 'undefined') {
16
16
} ( jQuery ) ;
17
17
18
18
/* ========================================================================
19
- * Bootstrap: transition.js v3.3.0
19
+ * Bootstrap: transition.js v3.3.1
20
20
* http://getbootstrap.com/javascript/#transitions
21
21
* ========================================================================
22
22
* Copyright 2011-2014 Twitter, Inc.
@@ -76,7 +76,7 @@ if (typeof jQuery === 'undefined') {
76
76
} ( jQuery ) ;
77
77
78
78
/* ========================================================================
79
- * Bootstrap: alert.js v3.3.0
79
+ * Bootstrap: alert.js v3.3.1
80
80
* http://getbootstrap.com/javascript/#alerts
81
81
* ========================================================================
82
82
* Copyright 2011-2014 Twitter, Inc.
@@ -95,7 +95,7 @@ if (typeof jQuery === 'undefined') {
95
95
$ ( el ) . on ( 'click' , dismiss , this . close )
96
96
}
97
97
98
- Alert . VERSION = '3.3.0 '
98
+ Alert . VERSION = '3.3.1 '
99
99
100
100
Alert . TRANSITION_DURATION = 150
101
101
@@ -171,7 +171,7 @@ if (typeof jQuery === 'undefined') {
171
171
} ( jQuery ) ;
172
172
173
173
/* ========================================================================
174
- * Bootstrap: button.js v3.3.0
174
+ * Bootstrap: button.js v3.3.1
175
175
* http://getbootstrap.com/javascript/#buttons
176
176
* ========================================================================
177
177
* Copyright 2011-2014 Twitter, Inc.
@@ -191,7 +191,7 @@ if (typeof jQuery === 'undefined') {
191
191
this . isLoading = false
192
192
}
193
193
194
- Button . VERSION = '3.3.0 '
194
+ Button . VERSION = '3.3.1 '
195
195
196
196
Button . DEFAULTS = {
197
197
loadingText : 'loading...'
@@ -288,7 +288,7 @@ if (typeof jQuery === 'undefined') {
288
288
} ( jQuery ) ;
289
289
290
290
/* ========================================================================
291
- * Bootstrap: carousel.js v3.3.0
291
+ * Bootstrap: carousel.js v3.3.1
292
292
* http://getbootstrap.com/javascript/#carousel
293
293
* ========================================================================
294
294
* Copyright 2011-2014 Twitter, Inc.
@@ -319,7 +319,7 @@ if (typeof jQuery === 'undefined') {
319
319
. on ( 'mouseleave.bs.carousel' , $ . proxy ( this . cycle , this ) )
320
320
}
321
321
322
- Carousel . VERSION = '3.3.0 '
322
+ Carousel . VERSION = '3.3.1 '
323
323
324
324
Carousel . TRANSITION_DURATION = 600
325
325
@@ -529,7 +529,7 @@ if (typeof jQuery === 'undefined') {
529
529
} ( jQuery ) ;
530
530
531
531
/* ========================================================================
532
- * Bootstrap: collapse.js v3.3.0
532
+ * Bootstrap: collapse.js v3.3.1
533
533
* http://getbootstrap.com/javascript/#collapse
534
534
* ========================================================================
535
535
* Copyright 2011-2014 Twitter, Inc.
@@ -558,7 +558,7 @@ if (typeof jQuery === 'undefined') {
558
558
if ( this . options . toggle ) this . toggle ( )
559
559
}
560
560
561
- Collapse . VERSION = '3.3.0 '
561
+ Collapse . VERSION = '3.3.1 '
562
562
563
563
Collapse . TRANSITION_DURATION = 350
564
564
@@ -741,7 +741,7 @@ if (typeof jQuery === 'undefined') {
741
741
} ( jQuery ) ;
742
742
743
743
/* ========================================================================
744
- * Bootstrap: dropdown.js v3.3.0
744
+ * Bootstrap: dropdown.js v3.3.1
745
745
* http://getbootstrap.com/javascript/#dropdowns
746
746
* ========================================================================
747
747
* Copyright 2011-2014 Twitter, Inc.
@@ -761,7 +761,7 @@ if (typeof jQuery === 'undefined') {
761
761
$ ( element ) . on ( 'click.bs.dropdown' , this . toggle )
762
762
}
763
763
764
- Dropdown . VERSION = '3.3.0 '
764
+ Dropdown . VERSION = '3.3.1 '
765
765
766
766
Dropdown . prototype . toggle = function ( e ) {
767
767
var $this = $ ( this )
@@ -903,7 +903,7 @@ if (typeof jQuery === 'undefined') {
903
903
} ( jQuery ) ;
904
904
905
905
/* ========================================================================
906
- * Bootstrap: modal.js v3.3.0
906
+ * Bootstrap: modal.js v3.3.1
907
907
* http://getbootstrap.com/javascript/#modals
908
908
* ========================================================================
909
909
* Copyright 2011-2014 Twitter, Inc.
@@ -934,7 +934,7 @@ if (typeof jQuery === 'undefined') {
934
934
}
935
935
}
936
936
937
- Modal . VERSION = '3.3.0 '
937
+ Modal . VERSION = '3.3.1 '
938
938
939
939
Modal . TRANSITION_DURATION = 300
940
940
Modal . BACKDROP_TRANSITION_DURATION = 150
@@ -1228,7 +1228,7 @@ if (typeof jQuery === 'undefined') {
1228
1228
} ( jQuery ) ;
1229
1229
1230
1230
/* ========================================================================
1231
- * Bootstrap: tooltip.js v3.3.0
1231
+ * Bootstrap: tooltip.js v3.3.1
1232
1232
* http://getbootstrap.com/javascript/#tooltip
1233
1233
* Inspired by the original jQuery.tipsy by Jason Frame
1234
1234
* ========================================================================
@@ -1254,7 +1254,7 @@ if (typeof jQuery === 'undefined') {
1254
1254
this . init ( 'tooltip' , element , options )
1255
1255
}
1256
1256
1257
- Tooltip . VERSION = '3.3.0 '
1257
+ Tooltip . VERSION = '3.3.1 '
1258
1258
1259
1259
Tooltip . TRANSITION_DURATION = 150
1260
1260
@@ -1707,7 +1707,7 @@ if (typeof jQuery === 'undefined') {
1707
1707
} ( jQuery ) ;
1708
1708
1709
1709
/* ========================================================================
1710
- * Bootstrap: popover.js v3.3.0
1710
+ * Bootstrap: popover.js v3.3.1
1711
1711
* http://getbootstrap.com/javascript/#popovers
1712
1712
* ========================================================================
1713
1713
* Copyright 2011-2014 Twitter, Inc.
@@ -1727,7 +1727,7 @@ if (typeof jQuery === 'undefined') {
1727
1727
1728
1728
if ( ! $ . fn . tooltip ) throw new Error ( 'Popover requires tooltip.js' )
1729
1729
1730
- Popover . VERSION = '3.3.0 '
1730
+ Popover . VERSION = '3.3.1 '
1731
1731
1732
1732
Popover . DEFAULTS = $ . extend ( { } , $ . fn . tooltip . Constructor . DEFAULTS , {
1733
1733
placement : 'right' ,
@@ -1827,7 +1827,7 @@ if (typeof jQuery === 'undefined') {
1827
1827
} ( jQuery ) ;
1828
1828
1829
1829
/* ========================================================================
1830
- * Bootstrap: scrollspy.js v3.3.0
1830
+ * Bootstrap: scrollspy.js v3.3.1
1831
1831
* http://getbootstrap.com/javascript/#scrollspy
1832
1832
* ========================================================================
1833
1833
* Copyright 2011-2014 Twitter, Inc.
@@ -1858,7 +1858,7 @@ if (typeof jQuery === 'undefined') {
1858
1858
this . process ( )
1859
1859
}
1860
1860
1861
- ScrollSpy . VERSION = '3.3.0 '
1861
+ ScrollSpy . VERSION = '3.3.1 '
1862
1862
1863
1863
ScrollSpy . DEFAULTS = {
1864
1864
offset : 10
@@ -2003,7 +2003,7 @@ if (typeof jQuery === 'undefined') {
2003
2003
} ( jQuery ) ;
2004
2004
2005
2005
/* ========================================================================
2006
- * Bootstrap: tab.js v3.3.0
2006
+ * Bootstrap: tab.js v3.3.1
2007
2007
* http://getbootstrap.com/javascript/#tabs
2008
2008
* ========================================================================
2009
2009
* Copyright 2011-2014 Twitter, Inc.
@@ -2021,7 +2021,7 @@ if (typeof jQuery === 'undefined') {
2021
2021
this . element = $ ( element )
2022
2022
}
2023
2023
2024
- Tab . VERSION = '3.3.0 '
2024
+ Tab . VERSION = '3.3.1 '
2025
2025
2026
2026
Tab . TRANSITION_DURATION = 150
2027
2027
@@ -2157,7 +2157,7 @@ if (typeof jQuery === 'undefined') {
2157
2157
} ( jQuery ) ;
2158
2158
2159
2159
/* ========================================================================
2160
- * Bootstrap: affix.js v3.3.0
2160
+ * Bootstrap: affix.js v3.3.1
2161
2161
* http://getbootstrap.com/javascript/#affix
2162
2162
* ========================================================================
2163
2163
* Copyright 2011-2014 Twitter, Inc.
@@ -2186,7 +2186,7 @@ if (typeof jQuery === 'undefined') {
2186
2186
this . checkPosition ( )
2187
2187
}
2188
2188
2189
- Affix . VERSION = '3.3.0 '
2189
+ Affix . VERSION = '3.3.1 '
2190
2190
2191
2191
Affix . RESET = 'affix affix-top affix-bottom'
2192
2192
0 commit comments