Include `new Component()` mutations with logStack
Now mutations are visible in queues.logStack
when a component instantiated programmatically like the following:
var c = new Component({
viewModel : {
foo: value.bind(this,"bar")
}
});
Now mutations are visible in queues.logStack
when a component instantiated programmatically like the following:
var c = new Component({
viewModel : {
foo: value.bind(this,"bar")
}
});