Skip to content

Instantly share code, notes, and snippets.

@garystorey
Created December 3, 2015 15:17
Show Gist options
  • Select an option

  • Save garystorey/23670d519f6c8fb7bc15 to your computer and use it in GitHub Desktop.

Select an option

Save garystorey/23670d519f6c8fb7bc15 to your computer and use it in GitHub Desktop.
Simple Deep cloning of an Object
var clonedWidget = (JSON.parse(JSON.stringify(originalWidget)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment