Fixed typo in complex config test

This commit is contained in:
Sergey Kirillov 2014-05-31 18:51:13 +03:00
parent 164e5b178c
commit af2fdc0421

View file

@ -951,7 +951,7 @@ function testMithril(mock) {
var checkConfig = function(elem, isInitialized, ctx) {
success = success && (ctx.data === idx++)
}
node = m("div", {config: statefulConfig});
node = m("div", {config: checkConfig});
m.render(root, [node, node]);
return success;
})