Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple callbacks #42

Open
jamesplease opened this issue Jun 20, 2014 · 1 comment
Open

Support multiple callbacks #42

jamesplease opened this issue Jun 20, 2014 · 1 comment

Comments

@jamesplease
Copy link
Contributor

var x = {};

jsonpatch.observe(x, function() {
  console.log('One');
});
jsonpatch.observe(x, function() {
  console.log('Two');
});

x.someValue = true;

It should execute both functions.

@gaurav21r
Copy link

+1 @warpech Any updates on this?

@alshakero alshakero added enhancement and removed bug labels May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants