Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Implement new usage and not modifying Object.prototype #12

@melanke

Description

@melanke

new usage:

watch(obj, function(prop, newval, oldval){

});

watch(obj, "prop", function(prop, newval, oldval){

});

watch(obj, ["prop1", "prop2"], function(prop, newval, oldval){

});

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions