Closed adrianheine closed 11 years ago
i think you need the second argument:
model.on('set', '*', function(){
console.log(arguments);
})
Thanks for your hint, but it doesn't change anything. Furthermore, I git bisect'ed the thing, so I'm pretty sure the commit mentioned above did break this.
This does appear to be a bug.
On Mon, Mar 18, 2013 at 7:27 AM, Adrian Lang notifications@github.comwrote:
Thanks for your hint, but it doesn't change anything. Furthermore, I git bisect'ed the thing, so I'm pretty sure the commit mentioned above did break this.
— Reply to this email directly or view it on GitHubhttps://github.com/codeparty/racer/issues/104#issuecomment-15057472 .
fixed in 0.5
Since ddbbbfe1ec819f257ca592f8dbf819ec35712ccc, the following test script does not show the expected behavior:
Instead, nothing is passed.