Skip to content

Instantly share code, notes, and snippets.

@linusthe3rd
Created June 17, 2014 13:15
Show Gist options
  • Select an option

  • Save linusthe3rd/b99601536ffa85a7cdf1 to your computer and use it in GitHub Desktop.

Select an option

Save linusthe3rd/b99601536ffa85a7cdf1 to your computer and use it in GitHub Desktop.

Revisions

  1. linusthe3rd created this gist Jun 17, 2014.
    8 changes: 8 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    var myModel = {
    "foo": 1
    }

    var newData = {
    "foo": "newValue",
    "bar": "baz"
    }