Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created October 20, 2011 17:07
Show Gist options
  • Save Raynos/1301685 to your computer and use it in GitHub Desktop.
Save Raynos/1301685 to your computer and use it in GitHub Desktop.
magic.Extend({
foo: {
bar: {
baz: true
}
}
}, {
"foo.bar.bas": true
}) === {
foo: {
bar: {
bas: true,
baz: true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment