Skip to content

Instantly share code, notes, and snippets.

@rpearce
Last active December 10, 2015 09:49
Show Gist options
  • Save rpearce/4417210 to your computer and use it in GitHub Desktop.
Save rpearce/4417210 to your computer and use it in GitHub Desktop.
renderTrustCloudInfo: function(data) {
if(data.code === 200) {
this.renderTrustScore(data.user)
this.renderTrustCloudNetworks(data.user);
} else {
this.renderTrustCardAbsent();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment