Skip to content

Include `new Component()` mutations with logStack

Compare
Choose a tag to compare
@cherifGsoul cherifGsoul released this 17 Sep 15:33
· 41 commits to master since this release

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")
  }
});

#360