Skip to content

Instantly share code, notes, and snippets.

@awartoft
Created November 7, 2012 16:24
Show Gist options
  • Save awartoft/4032610 to your computer and use it in GitHub Desktop.
Save awartoft/4032610 to your computer and use it in GitHub Desktop.
load: lang.hitch(this, function(data) {
if (data.whois == null) {
data.whois = 'An error occurred';
}
this.containerNode.innerHTML = '<pre>' + data.whois + '</pre>';
this.inherited(arguments);
console.log(this.loadingModal.hide());
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment