Skip to content

Commit adf82c2

Browse files
committed
updated to beta9
1 parent 258dc7b commit adf82c2

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed
File renamed without changes.

inferno-v1.0.0-beta8/index.html renamed to inferno-v1.0.0-beta9/index.html

Lines changed: 1 addition & 1 deletion
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>Inferno v0.7.26</title>
5+
<title>Inferno v1.0.0-beta9</title>
66
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
77
<link href="../css/main.css" rel="stylesheet"/>
88
</head>

inferno-v1.0.0-beta8/package.json renamed to inferno-v1.0.0-beta9/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"webpack": "1.13.1"
2727
},
2828
"dependencies": {
29-
"inferno": "^1.0.0-beta8",
30-
"inferno-component": "^1.0.0-beta8"
29+
"inferno": "^1.0.0-beta9",
30+
"inferno-component": "^1.0.0-beta9"
3131
}
3232
}

inferno-v1.0.0-beta8/src/controller.jsx renamed to inferno-v1.0.0-beta9/src/controller.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var stopMeasure = function() {
3131
}
3232
}
3333

34-
// Inferno.disableRecycling();
34+
Inferno.disableRecycling();
3535

3636
function handleClick(e) {
3737
let func;
@@ -91,7 +91,7 @@ function createRows(store, deleteFunc, selectFunc) {
9191

9292
const title = (
9393
<div className="col-md-6" noNormalize>
94-
<h1 noNormalize>Inferno v1.0.0-beta8 - non-keyed</h1>
94+
<h1 noNormalize>Inferno v1.0.0-beta9 - non-keyed</h1>
9595
</div>
9696
);
9797
const span2 = <span className="preloadicon glyphicon glyphicon-remove" aria-hidden="true" noNormalize></span>;
File renamed without changes.
File renamed without changes.
File renamed without changes.

webdriver-ts/table.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)