Skip to content

Instantly share code, notes, and snippets.

@ericf
Created December 1, 2009 19:58
Show Gist options
  • Save ericf/246588 to your computer and use it in GitHub Desktop.
Save ericf/246588 to your computer and use it in GitHub Desktop.
renderer : function () {
var spr = MyOtherWidget.superclass;
spr.renderUI.call(this);
this.renderUI();
spr.bindUI.call(this);
this.bindUI();
spr.syncUI.call(this);
this.syncUI();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment