Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecc7ad3

Browse files
committed
Update marionette keyed to 3.4.2
1 parent d11026d commit ecc7ad3

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed
File renamed without changes.

marionette-v3.4.0-keyed/index.html renamed to marionette-v3.4.2-keyed/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<title>Marionette-v3.4.0</title>
5+
<title>Marionette-v3.4.2</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>
@@ -11,7 +11,7 @@
1111
<div class="jumbotron">
1212
<div class="row">
1313
<div class="col-md-6">
14-
<h1>Marionette-v3.4.0</h1>
14+
<h1>Marionette-v3.4.2</h1>
1515
</div>
1616
<div class="col-md-6">
1717
<div class="row">

marionette-v3.4.0-keyed/package.json renamed to marionette-v3.4.2-keyed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-framework-benchmark-marionette",
33
"version": "1.0.0",
4-
"description": "Marionette v3.4.0",
4+
"description": "Marionette v3.4.2",
55
"main": "index.js",
66
"scripts": {
77
"build-dev": "webpack -w -d",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"backbone": "1.3.3",
19-
"backbone.marionette": "3.4.0",
19+
"backbone.marionette": "3.4.2",
2020
"backbone.radio": "2.0.0",
2121
"jquery": "3.2.1",
2222
"underscore": "1.8.3"

marionette-v3.4.0-keyed/src/Main.js renamed to marionette-v3.4.2-keyed/src/Main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ const CollectionView = Mn.NextCollectionView.extend({
185185
}
186186
const curSelected = this.children.findByModel(selected);
187187
curSelected.$el.removeClass('danger');
188-
},
189-
onBeforeDestroyChildren() {
190-
// Handles bugfix coming in v3.4.1
191-
this.Dom.detachContents(this.el, this.$el);
192188
}
193189
});
194190

webdriver-ts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export let frameworks = [
5757
f("ivi-v0.8.0-keyed", true),
5858
f("knockout-v3.4.1-keyed", true),
5959
f("marionette-v3.4.0-domapi-keyed", true),
60-
f("marionette-v3.4.0-keyed", true),
60+
f("marionette-v3.4.2-keyed", true),
6161
f("marko-v4.3.0-keyed", true),
6262
f("mithril-v1.1.1-keyed", true),
6363
f("moon-v0.11.0", false),

0 commit comments

Comments
 (0)