Skip to content

Instantly share code, notes, and snippets.

@dimatter
dimatter / a.js
Created February 4, 2019 22:07
mutation notifier
function MutationNotifier (
original,
event,
args,
deep,
path
) {
if (args == null) { args = {}; }
if (deep == null) { deep = false; }