Skip to content

Fix expando set

Choose a tag to compare

@cherifGsoul cherifGsoul released this 16 Jun 19:57
· 9 commits to master since this release

ObservableArray.prototype.set should not throw error:

class Foo extends ObservableArray{}
const foo = new Foo();
foo.set("count", 3);

#84