You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically passing a 'context' object to addObserver does not seem to get passed on to the callback,
the 'non context' signature (e.g. fooDidChange: function(sender, key, value, rev); ) is being called even if a context is passed (and should be calling this signature: fooDidChange: function(sender, key, value, context, rev); )
The text was updated successfully, but these errors were encountered:
I created a test case here: http://gist.github.com/585048 to demonstrate the issue.
Basically passing a 'context' object to addObserver does not seem to get passed on to the callback,
the 'non context' signature (e.g. fooDidChange: function(sender, key, value, rev); ) is being called even if a context is passed (and should be calling this signature: fooDidChange: function(sender, key, value, context, rev); )
The text was updated successfully, but these errors were encountered: