1
1
/*!
2
- * Bootstrap v3.3.1 (http://getbootstrap.com)
2
+ * Bootstrap v3.3.2 (http://getbootstrap.com)
3
3
* Copyright 2011-2015 Twitter, Inc.
4
4
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
5
*/
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
17
17
} ( jQuery ) ;
18
18
19
19
/* ========================================================================
20
- * Bootstrap: transition.js v3.3.1
20
+ * Bootstrap: transition.js v3.3.2
21
21
* http://getbootstrap.com/javascript/#transitions
22
22
* ========================================================================
23
23
* Copyright 2011-2015 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
77
77
} ( jQuery ) ;
78
78
79
79
/* ========================================================================
80
- * Bootstrap: alert.js v3.3.1
80
+ * Bootstrap: alert.js v3.3.2
81
81
* http://getbootstrap.com/javascript/#alerts
82
82
* ========================================================================
83
83
* Copyright 2011-2015 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
96
96
$ ( el ) . on ( 'click' , dismiss , this . close )
97
97
}
98
98
99
- Alert . VERSION = '3.3.1 '
99
+ Alert . VERSION = '3.3.2 '
100
100
101
101
Alert . TRANSITION_DURATION = 150
102
102
@@ -172,7 +172,7 @@ if (typeof jQuery === 'undefined') {
172
172
} ( jQuery ) ;
173
173
174
174
/* ========================================================================
175
- * Bootstrap: button.js v3.3.1
175
+ * Bootstrap: button.js v3.3.2
176
176
* http://getbootstrap.com/javascript/#buttons
177
177
* ========================================================================
178
178
* Copyright 2011-2015 Twitter, Inc.
@@ -192,7 +192,7 @@ if (typeof jQuery === 'undefined') {
192
192
this . isLoading = false
193
193
}
194
194
195
- Button . VERSION = '3.3.1 '
195
+ Button . VERSION = '3.3.2 '
196
196
197
197
Button . DEFAULTS = {
198
198
loadingText : 'loading...'
@@ -289,7 +289,7 @@ if (typeof jQuery === 'undefined') {
289
289
} ( jQuery ) ;
290
290
291
291
/* ========================================================================
292
- * Bootstrap: carousel.js v3.3.1
292
+ * Bootstrap: carousel.js v3.3.2
293
293
* http://getbootstrap.com/javascript/#carousel
294
294
* ========================================================================
295
295
* Copyright 2011-2015 Twitter, Inc.
@@ -320,7 +320,7 @@ if (typeof jQuery === 'undefined') {
320
320
. on ( 'mouseleave.bs.carousel' , $ . proxy ( this . cycle , this ) )
321
321
}
322
322
323
- Carousel . VERSION = '3.3.1 '
323
+ Carousel . VERSION = '3.3.2 '
324
324
325
325
Carousel . TRANSITION_DURATION = 600
326
326
@@ -527,7 +527,7 @@ if (typeof jQuery === 'undefined') {
527
527
} ( jQuery ) ;
528
528
529
529
/* ========================================================================
530
- * Bootstrap: collapse.js v3.3.1
530
+ * Bootstrap: collapse.js v3.3.2
531
531
* http://getbootstrap.com/javascript/#collapse
532
532
* ========================================================================
533
533
* Copyright 2011-2015 Twitter, Inc.
@@ -556,7 +556,7 @@ if (typeof jQuery === 'undefined') {
556
556
if ( this . options . toggle ) this . toggle ( )
557
557
}
558
558
559
- Collapse . VERSION = '3.3.1 '
559
+ Collapse . VERSION = '3.3.2 '
560
560
561
561
Collapse . TRANSITION_DURATION = 350
562
562
@@ -739,7 +739,7 @@ if (typeof jQuery === 'undefined') {
739
739
} ( jQuery ) ;
740
740
741
741
/* ========================================================================
742
- * Bootstrap: dropdown.js v3.3.1
742
+ * Bootstrap: dropdown.js v3.3.2
743
743
* http://getbootstrap.com/javascript/#dropdowns
744
744
* ========================================================================
745
745
* Copyright 2011-2015 Twitter, Inc.
@@ -759,7 +759,7 @@ if (typeof jQuery === 'undefined') {
759
759
$ ( element ) . on ( 'click.bs.dropdown' , this . toggle )
760
760
}
761
761
762
- Dropdown . VERSION = '3.3.1 '
762
+ Dropdown . VERSION = '3.3.2 '
763
763
764
764
Dropdown . prototype . toggle = function ( e ) {
765
765
var $this = $ ( this )
@@ -901,7 +901,7 @@ if (typeof jQuery === 'undefined') {
901
901
} ( jQuery ) ;
902
902
903
903
/* ========================================================================
904
- * Bootstrap: modal.js v3.3.1
904
+ * Bootstrap: modal.js v3.3.2
905
905
* http://getbootstrap.com/javascript/#modals
906
906
* ========================================================================
907
907
* Copyright 2011-2015 Twitter, Inc.
@@ -932,7 +932,7 @@ if (typeof jQuery === 'undefined') {
932
932
}
933
933
}
934
934
935
- Modal . VERSION = '3.3.1 '
935
+ Modal . VERSION = '3.3.2 '
936
936
937
937
Modal . TRANSITION_DURATION = 300
938
938
Modal . BACKDROP_TRANSITION_DURATION = 150
@@ -1226,7 +1226,7 @@ if (typeof jQuery === 'undefined') {
1226
1226
} ( jQuery ) ;
1227
1227
1228
1228
/* ========================================================================
1229
- * Bootstrap: tooltip.js v3.3.1
1229
+ * Bootstrap: tooltip.js v3.3.2
1230
1230
* http://getbootstrap.com/javascript/#tooltip
1231
1231
* Inspired by the original jQuery.tipsy by Jason Frame
1232
1232
* ========================================================================
@@ -1252,7 +1252,7 @@ if (typeof jQuery === 'undefined') {
1252
1252
this . init ( 'tooltip' , element , options )
1253
1253
}
1254
1254
1255
- Tooltip . VERSION = '3.3.1 '
1255
+ Tooltip . VERSION = '3.3.2 '
1256
1256
1257
1257
Tooltip . TRANSITION_DURATION = 150
1258
1258
@@ -1699,7 +1699,7 @@ if (typeof jQuery === 'undefined') {
1699
1699
} ( jQuery ) ;
1700
1700
1701
1701
/* ========================================================================
1702
- * Bootstrap: popover.js v3.3.1
1702
+ * Bootstrap: popover.js v3.3.2
1703
1703
* http://getbootstrap.com/javascript/#popovers
1704
1704
* ========================================================================
1705
1705
* Copyright 2011-2015 Twitter, Inc.
@@ -1719,7 +1719,7 @@ if (typeof jQuery === 'undefined') {
1719
1719
1720
1720
if ( ! $ . fn . tooltip ) throw new Error ( 'Popover requires tooltip.js' )
1721
1721
1722
- Popover . VERSION = '3.3.1 '
1722
+ Popover . VERSION = '3.3.2 '
1723
1723
1724
1724
Popover . DEFAULTS = $ . extend ( { } , $ . fn . tooltip . Constructor . DEFAULTS , {
1725
1725
placement : 'right' ,
@@ -1813,7 +1813,7 @@ if (typeof jQuery === 'undefined') {
1813
1813
} ( jQuery ) ;
1814
1814
1815
1815
/* ========================================================================
1816
- * Bootstrap: scrollspy.js v3.3.1
1816
+ * Bootstrap: scrollspy.js v3.3.2
1817
1817
* http://getbootstrap.com/javascript/#scrollspy
1818
1818
* ========================================================================
1819
1819
* Copyright 2011-2015 Twitter, Inc.
@@ -1844,7 +1844,7 @@ if (typeof jQuery === 'undefined') {
1844
1844
this . process ( )
1845
1845
}
1846
1846
1847
- ScrollSpy . VERSION = '3.3.1 '
1847
+ ScrollSpy . VERSION = '3.3.2 '
1848
1848
1849
1849
ScrollSpy . DEFAULTS = {
1850
1850
offset : 10
@@ -1989,7 +1989,7 @@ if (typeof jQuery === 'undefined') {
1989
1989
} ( jQuery ) ;
1990
1990
1991
1991
/* ========================================================================
1992
- * Bootstrap: tab.js v3.3.1
1992
+ * Bootstrap: tab.js v3.3.2
1993
1993
* http://getbootstrap.com/javascript/#tabs
1994
1994
* ========================================================================
1995
1995
* Copyright 2011-2015 Twitter, Inc.
@@ -2007,7 +2007,7 @@ if (typeof jQuery === 'undefined') {
2007
2007
this . element = $ ( element )
2008
2008
}
2009
2009
2010
- Tab . VERSION = '3.3.1 '
2010
+ Tab . VERSION = '3.3.2 '
2011
2011
2012
2012
Tab . TRANSITION_DURATION = 150
2013
2013
@@ -2143,7 +2143,7 @@ if (typeof jQuery === 'undefined') {
2143
2143
} ( jQuery ) ;
2144
2144
2145
2145
/* ========================================================================
2146
- * Bootstrap: affix.js v3.3.1
2146
+ * Bootstrap: affix.js v3.3.2
2147
2147
* http://getbootstrap.com/javascript/#affix
2148
2148
* ========================================================================
2149
2149
* Copyright 2011-2015 Twitter, Inc.
@@ -2172,7 +2172,7 @@ if (typeof jQuery === 'undefined') {
2172
2172
this . checkPosition ( )
2173
2173
}
2174
2174
2175
- Affix . VERSION = '3.3.1 '
2175
+ Affix . VERSION = '3.3.2 '
2176
2176
2177
2177
Affix . RESET = 'affix affix-top affix-bottom'
2178
2178
0 commit comments