Fixed typo in complex config test
This commit is contained in:
parent
164e5b178c
commit
af2fdc0421
1 changed files with 1 additions and 1 deletions
|
|
@ -951,7 +951,7 @@ function testMithril(mock) {
|
||||||
var checkConfig = function(elem, isInitialized, ctx) {
|
var checkConfig = function(elem, isInitialized, ctx) {
|
||||||
success = success && (ctx.data === idx++)
|
success = success && (ctx.data === idx++)
|
||||||
}
|
}
|
||||||
node = m("div", {config: statefulConfig});
|
node = m("div", {config: checkConfig});
|
||||||
m.render(root, [node, node]);
|
m.render(root, [node, node]);
|
||||||
return success;
|
return success;
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue