Skip to content

3.0.11

Choose a tag to compare

@matthewp matthewp released this 20 Jun 20:03
· 120 commits to master since this release

This fixes a bug with compute setters tied to html elements:

var input = document.createElement("input");
var comp = compute(input, "value", "input");

comp("foo");
ok(input.value === "foo");

Pull Requests