Craig Condon

Results 250 issues of Craig Condon
trafficstars

doesn't work: ``` javascript collection.bind("@each", function (items) { }).now(); // doesn't trigger above binding ^^ collection.at(0).set("name", "blah"); ```

additions
bugs

used primarily for computing properties on models - maybe compute immediately on get()

additions

This follows the data-binding behavior. ``` javascript bindable.bind("firstName, lastName", { to: function (firstName, lastName) { } }); bindable.set("firstName", "abba"); // not triggered bindable.set("lastName", "baab"); // finally triggered ```

Probably source since source implies it can be anything. Collection "source" property should also be changed to "target".