Skip to content

Instantly share code, notes, and snippets.

@pauliusnorkus
Created September 3, 2013 21:48
Show Gist options
  • Save pauliusnorkus/6430056 to your computer and use it in GitHub Desktop.
Save pauliusnorkus/6430056 to your computer and use it in GitHub Desktop.
var self = this;
type.eachTransformedAttribute(function(key, type) {
var transform = self.transformFor(type);
data[key] = transform.deserialize(data[key]);
}, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment