Watch.JS
Watch.JS copied to clipboard
When I update a attribute I get set value as action
When I update a attribute I get set value as action, would n't it be more sense to have this set as action called update to have a difference between adding a new attribute and updating it?
WatchJS 1.3:
when you change an attribute the action is "set"
when you invoke an array method the method name will be the action
when you add or remove an attribute the action is "differentattr" and you can check by other parameter wich ones was added and removed
Still confusing?