Skip to content

Instantly share code, notes, and snippets.

@nrw
Last active August 29, 2015 14:02
Show Gist options
  • Save nrw/5adcc5326cabe12c5add to your computer and use it in GitHub Desktop.
Save nrw/5adcc5326cabe12c5add to your computer and use it in GitHub Desktop.
struct({
note: varhash({}, function (val, key) {
var output = {}
Object.keys(val).forEach(function (k) {
output[k] = Observ(val[k])
})
return output
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment