File tree Expand file tree Collapse file tree 6 files changed +5
-9
lines changed Expand file tree Collapse file tree 6 files changed +5
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 "/>
5
- < title > Marionette-v3.4.0 </ title >
5
+ < title > Marionette-v3.4.2 </ title >
6
6
< link href ="/css/currentStyle.css " rel ="stylesheet "/>
7
7
</ head >
8
8
< body >
11
11
< div class ="jumbotron ">
12
12
< div class ="row ">
13
13
< div class ="col-md-6 ">
14
- < h1 > Marionette-v3.4.0 </ h1 >
14
+ < h1 > Marionette-v3.4.2 </ h1 >
15
15
</ div >
16
16
< div class ="col-md-6 ">
17
17
< div class ="row ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-framework-benchmark-marionette" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Marionette v3.4.0 " ,
4
+ "description" : " Marionette v3.4.2 " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"build-dev" : " webpack -w -d" ,
16
16
},
17
17
"dependencies" : {
18
18
"backbone" : " 1.3.3" ,
19
- "backbone.marionette" : " 3.4.0 " ,
19
+ "backbone.marionette" : " 3.4.2 " ,
20
20
"backbone.radio" : " 2.0.0" ,
21
21
"jquery" : " 3.2.1" ,
22
22
"underscore" : " 1.8.3"
Original file line number Diff line number Diff line change @@ -185,10 +185,6 @@ const CollectionView = Mn.NextCollectionView.extend({
185
185
}
186
186
const curSelected = this . children . findByModel ( selected ) ;
187
187
curSelected . $el . removeClass ( 'danger' ) ;
188
- } ,
189
- onBeforeDestroyChildren ( ) {
190
- // Handles bugfix coming in v3.4.1
191
- this . Dom . detachContents ( this . el , this . $el ) ;
192
188
}
193
189
} ) ;
194
190
File renamed without changes.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export let frameworks = [
57
57
f ( "ivi-v0.8.0-keyed" , true ) ,
58
58
f ( "knockout-v3.4.1-keyed" , true ) ,
59
59
f ( "marionette-v3.4.0-domapi-keyed" , true ) ,
60
- f ( "marionette-v3.4.0 -keyed" , true ) ,
60
+ f ( "marionette-v3.4.2 -keyed" , true ) ,
61
61
f ( "marko-v4.3.0-keyed" , true ) ,
62
62
f ( "mithril-v1.1.1-keyed" , true ) ,
63
63
f ( "moon-v0.11.0" , false ) ,
You can’t perform that action at this time.
0 commit comments