Skip to content

Commit 4536e9e

Browse files
committed
rake convert
1 parent 1172bcd commit 4536e9e

File tree

17 files changed

+54
-54
lines changed

17 files changed

+54
-54
lines changed

assets/javascripts/bootstrap.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v3.3.4 (http://getbootstrap.com)
2+
* Bootstrap v3.3.5 (http://getbootstrap.com)
33
* Copyright 2011-2015 Twitter, Inc.
44
* Licensed under the MIT license
55
*/
@@ -17,7 +17,7 @@ if (typeof jQuery === 'undefined') {
1717
}(jQuery);
1818

1919
/* ========================================================================
20-
* Bootstrap: transition.js v3.3.4
20+
* Bootstrap: transition.js v3.3.5
2121
* http://getbootstrap.com/javascript/#transitions
2222
* ========================================================================
2323
* Copyright 2011-2015 Twitter, Inc.
@@ -77,7 +77,7 @@ if (typeof jQuery === 'undefined') {
7777
}(jQuery);
7878

7979
/* ========================================================================
80-
* Bootstrap: alert.js v3.3.4
80+
* Bootstrap: alert.js v3.3.5
8181
* http://getbootstrap.com/javascript/#alerts
8282
* ========================================================================
8383
* Copyright 2011-2015 Twitter, Inc.
@@ -96,7 +96,7 @@ if (typeof jQuery === 'undefined') {
9696
$(el).on('click', dismiss, this.close)
9797
}
9898

99-
Alert.VERSION = '3.3.4'
99+
Alert.VERSION = '3.3.5'
100100

101101
Alert.TRANSITION_DURATION = 150
102102

@@ -172,7 +172,7 @@ if (typeof jQuery === 'undefined') {
172172
}(jQuery);
173173

174174
/* ========================================================================
175-
* Bootstrap: button.js v3.3.4
175+
* Bootstrap: button.js v3.3.5
176176
* http://getbootstrap.com/javascript/#buttons
177177
* ========================================================================
178178
* Copyright 2011-2015 Twitter, Inc.
@@ -192,7 +192,7 @@ if (typeof jQuery === 'undefined') {
192192
this.isLoading = false
193193
}
194194

195-
Button.VERSION = '3.3.4'
195+
Button.VERSION = '3.3.5'
196196

197197
Button.DEFAULTS = {
198198
loadingText: 'loading...'
@@ -293,7 +293,7 @@ if (typeof jQuery === 'undefined') {
293293
}(jQuery);
294294

295295
/* ========================================================================
296-
* Bootstrap: carousel.js v3.3.4
296+
* Bootstrap: carousel.js v3.3.5
297297
* http://getbootstrap.com/javascript/#carousel
298298
* ========================================================================
299299
* Copyright 2011-2015 Twitter, Inc.
@@ -324,7 +324,7 @@ if (typeof jQuery === 'undefined') {
324324
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
325325
}
326326

327-
Carousel.VERSION = '3.3.4'
327+
Carousel.VERSION = '3.3.5'
328328

329329
Carousel.TRANSITION_DURATION = 600
330330

@@ -531,7 +531,7 @@ if (typeof jQuery === 'undefined') {
531531
}(jQuery);
532532

533533
/* ========================================================================
534-
* Bootstrap: collapse.js v3.3.4
534+
* Bootstrap: collapse.js v3.3.5
535535
* http://getbootstrap.com/javascript/#collapse
536536
* ========================================================================
537537
* Copyright 2011-2015 Twitter, Inc.
@@ -561,7 +561,7 @@ if (typeof jQuery === 'undefined') {
561561
if (this.options.toggle) this.toggle()
562562
}
563563

564-
Collapse.VERSION = '3.3.4'
564+
Collapse.VERSION = '3.3.5'
565565

566566
Collapse.TRANSITION_DURATION = 350
567567

@@ -743,7 +743,7 @@ if (typeof jQuery === 'undefined') {
743743
}(jQuery);
744744

745745
/* ========================================================================
746-
* Bootstrap: dropdown.js v3.3.4
746+
* Bootstrap: dropdown.js v3.3.5
747747
* http://getbootstrap.com/javascript/#dropdowns
748748
* ========================================================================
749749
* Copyright 2011-2015 Twitter, Inc.
@@ -763,7 +763,7 @@ if (typeof jQuery === 'undefined') {
763763
$(element).on('click.bs.dropdown', this.toggle)
764764
}
765765

766-
Dropdown.VERSION = '3.3.4'
766+
Dropdown.VERSION = '3.3.5'
767767

768768
function getParent($this) {
769769
var selector = $this.attr('data-target')
@@ -854,7 +854,7 @@ if (typeof jQuery === 'undefined') {
854854
}
855855

856856
var desc = ' li:not(.disabled):visible a'
857-
var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc)
857+
var $items = $parent.find('.dropdown-menu' + desc)
858858

859859
if (!$items.length) return
860860

@@ -909,7 +909,7 @@ if (typeof jQuery === 'undefined') {
909909
}(jQuery);
910910

911911
/* ========================================================================
912-
* Bootstrap: modal.js v3.3.4
912+
* Bootstrap: modal.js v3.3.5
913913
* http://getbootstrap.com/javascript/#modals
914914
* ========================================================================
915915
* Copyright 2011-2015 Twitter, Inc.
@@ -943,7 +943,7 @@ if (typeof jQuery === 'undefined') {
943943
}
944944
}
945945

946-
Modal.VERSION = '3.3.4'
946+
Modal.VERSION = '3.3.5'
947947

948948
Modal.TRANSITION_DURATION = 300
949949
Modal.BACKDROP_TRANSITION_DURATION = 150
@@ -1247,7 +1247,7 @@ if (typeof jQuery === 'undefined') {
12471247
}(jQuery);
12481248

12491249
/* ========================================================================
1250-
* Bootstrap: tooltip.js v3.3.4
1250+
* Bootstrap: tooltip.js v3.3.5
12511251
* http://getbootstrap.com/javascript/#tooltip
12521252
* Inspired by the original jQuery.tipsy by Jason Frame
12531253
* ========================================================================
@@ -1274,7 +1274,7 @@ if (typeof jQuery === 'undefined') {
12741274
this.init('tooltip', element, options)
12751275
}
12761276

1277-
Tooltip.VERSION = '3.3.4'
1277+
Tooltip.VERSION = '3.3.5'
12781278

12791279
Tooltip.TRANSITION_DURATION = 150
12801280

@@ -1762,7 +1762,7 @@ if (typeof jQuery === 'undefined') {
17621762
}(jQuery);
17631763

17641764
/* ========================================================================
1765-
* Bootstrap: popover.js v3.3.4
1765+
* Bootstrap: popover.js v3.3.5
17661766
* http://getbootstrap.com/javascript/#popovers
17671767
* ========================================================================
17681768
* Copyright 2011-2015 Twitter, Inc.
@@ -1782,7 +1782,7 @@ if (typeof jQuery === 'undefined') {
17821782

17831783
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
17841784

1785-
Popover.VERSION = '3.3.4'
1785+
Popover.VERSION = '3.3.5'
17861786

17871787
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
17881788
placement: 'right',
@@ -1871,7 +1871,7 @@ if (typeof jQuery === 'undefined') {
18711871
}(jQuery);
18721872

18731873
/* ========================================================================
1874-
* Bootstrap: scrollspy.js v3.3.4
1874+
* Bootstrap: scrollspy.js v3.3.5
18751875
* http://getbootstrap.com/javascript/#scrollspy
18761876
* ========================================================================
18771877
* Copyright 2011-2015 Twitter, Inc.
@@ -1900,7 +1900,7 @@ if (typeof jQuery === 'undefined') {
19001900
this.process()
19011901
}
19021902

1903-
ScrollSpy.VERSION = '3.3.4'
1903+
ScrollSpy.VERSION = '3.3.5'
19041904

19051905
ScrollSpy.DEFAULTS = {
19061906
offset: 10
@@ -2044,7 +2044,7 @@ if (typeof jQuery === 'undefined') {
20442044
}(jQuery);
20452045

20462046
/* ========================================================================
2047-
* Bootstrap: tab.js v3.3.4
2047+
* Bootstrap: tab.js v3.3.5
20482048
* http://getbootstrap.com/javascript/#tabs
20492049
* ========================================================================
20502050
* Copyright 2011-2015 Twitter, Inc.
@@ -2064,7 +2064,7 @@ if (typeof jQuery === 'undefined') {
20642064
// jscs:enable requireDollarBeforejQueryAssignment
20652065
}
20662066

2067-
Tab.VERSION = '3.3.4'
2067+
Tab.VERSION = '3.3.5'
20682068

20692069
Tab.TRANSITION_DURATION = 150
20702070

@@ -2200,7 +2200,7 @@ if (typeof jQuery === 'undefined') {
22002200
}(jQuery);
22012201

22022202
/* ========================================================================
2203-
* Bootstrap: affix.js v3.3.4
2203+
* Bootstrap: affix.js v3.3.5
22042204
* http://getbootstrap.com/javascript/#affix
22052205
* ========================================================================
22062206
* Copyright 2011-2015 Twitter, Inc.
@@ -2229,7 +2229,7 @@ if (typeof jQuery === 'undefined') {
22292229
this.checkPosition()
22302230
}
22312231

2232-
Affix.VERSION = '3.3.4'
2232+
Affix.VERSION = '3.3.5'
22332233

22342234
Affix.RESET = 'affix affix-top affix-bottom'
22352235

assets/javascripts/bootstrap.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bootstrap/affix.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: affix.js v3.3.4
2+
* Bootstrap: affix.js v3.3.5
33
* http://getbootstrap.com/javascript/#affix
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -28,7 +28,7 @@
2828
this.checkPosition()
2929
}
3030

31-
Affix.VERSION = '3.3.4'
31+
Affix.VERSION = '3.3.5'
3232

3333
Affix.RESET = 'affix affix-top affix-bottom'
3434

assets/javascripts/bootstrap/alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: alert.js v3.3.4
2+
* Bootstrap: alert.js v3.3.5
33
* http://getbootstrap.com/javascript/#alerts
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -18,7 +18,7 @@
1818
$(el).on('click', dismiss, this.close)
1919
}
2020

21-
Alert.VERSION = '3.3.4'
21+
Alert.VERSION = '3.3.5'
2222

2323
Alert.TRANSITION_DURATION = 150
2424

assets/javascripts/bootstrap/button.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: button.js v3.3.4
2+
* Bootstrap: button.js v3.3.5
33
* http://getbootstrap.com/javascript/#buttons
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
1919
this.isLoading = false
2020
}
2121

22-
Button.VERSION = '3.3.4'
22+
Button.VERSION = '3.3.5'
2323

2424
Button.DEFAULTS = {
2525
loadingText: 'loading...'

assets/javascripts/bootstrap/carousel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: carousel.js v3.3.4
2+
* Bootstrap: carousel.js v3.3.5
33
* http://getbootstrap.com/javascript/#carousel
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -30,7 +30,7 @@
3030
.on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
3131
}
3232

33-
Carousel.VERSION = '3.3.4'
33+
Carousel.VERSION = '3.3.5'
3434

3535
Carousel.TRANSITION_DURATION = 600
3636

assets/javascripts/bootstrap/collapse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: collapse.js v3.3.4
2+
* Bootstrap: collapse.js v3.3.5
33
* http://getbootstrap.com/javascript/#collapse
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -29,7 +29,7 @@
2929
if (this.options.toggle) this.toggle()
3030
}
3131

32-
Collapse.VERSION = '3.3.4'
32+
Collapse.VERSION = '3.3.5'
3333

3434
Collapse.TRANSITION_DURATION = 350
3535

assets/javascripts/bootstrap/dropdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: dropdown.js v3.3.4
2+
* Bootstrap: dropdown.js v3.3.5
33
* http://getbootstrap.com/javascript/#dropdowns
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
1919
$(element).on('click.bs.dropdown', this.toggle)
2020
}
2121

22-
Dropdown.VERSION = '3.3.4'
22+
Dropdown.VERSION = '3.3.5'
2323

2424
function getParent($this) {
2525
var selector = $this.attr('data-target')

assets/javascripts/bootstrap/modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: modal.js v3.3.4
2+
* Bootstrap: modal.js v3.3.5
33
* http://getbootstrap.com/javascript/#modals
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -33,7 +33,7 @@
3333
}
3434
}
3535

36-
Modal.VERSION = '3.3.4'
36+
Modal.VERSION = '3.3.5'
3737

3838
Modal.TRANSITION_DURATION = 300
3939
Modal.BACKDROP_TRANSITION_DURATION = 150

assets/javascripts/bootstrap/popover.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: popover.js v3.3.4
2+
* Bootstrap: popover.js v3.3.5
33
* http://getbootstrap.com/javascript/#popovers
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
1919

2020
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
2121

22-
Popover.VERSION = '3.3.4'
22+
Popover.VERSION = '3.3.5'
2323

2424
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
2525
placement: 'right',

assets/javascripts/bootstrap/scrollspy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: scrollspy.js v3.3.4
2+
* Bootstrap: scrollspy.js v3.3.5
33
* http://getbootstrap.com/javascript/#scrollspy
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -28,7 +28,7 @@
2828
this.process()
2929
}
3030

31-
ScrollSpy.VERSION = '3.3.4'
31+
ScrollSpy.VERSION = '3.3.5'
3232

3333
ScrollSpy.DEFAULTS = {
3434
offset: 10

assets/javascripts/bootstrap/tab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: tab.js v3.3.4
2+
* Bootstrap: tab.js v3.3.5
33
* http://getbootstrap.com/javascript/#tabs
44
* ========================================================================
55
* Copyright 2011-2015 Twitter, Inc.
@@ -19,7 +19,7 @@
1919
// jscs:enable requireDollarBeforejQueryAssignment
2020
}
2121

22-
Tab.VERSION = '3.3.4'
22+
Tab.VERSION = '3.3.5'
2323

2424
Tab.TRANSITION_DURATION = 150
2525

assets/javascripts/bootstrap/tooltip.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* Bootstrap: tooltip.js v3.3.4
2+
* Bootstrap: tooltip.js v3.3.5
33
* http://getbootstrap.com/javascript/#tooltip
44
* Inspired by the original jQuery.tipsy by Jason Frame
55
* ========================================================================
@@ -26,7 +26,7 @@
2626
this.init('tooltip', element, options)
2727
}
2828

29-
Tooltip.VERSION = '3.3.4'
29+
Tooltip.VERSION = '3.3.5'
3030

3131
Tooltip.TRANSITION_DURATION = 150
3232

0 commit comments

Comments
 (0)