Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created June 3, 2010 18:32
Show Gist options
  • Save joegaudet/424271 to your computer and use it in GitHub Desktop.
Save joegaudet/424271 to your computer and use it in GitHub Desktop.
MyApp.MyView = SC.View.extend({
init:function(){
sc_super();
this.someInitFunction();
},
someInitFunction: function(){
// can I call this?
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment