Skip to content

Instantly share code, notes, and snippets.

@ccapndave
Created June 4, 2012 14:01
Show Gist options
  • Select an option

  • Save ccapndave/2868604 to your computer and use it in GitHub Desktop.

Select an option

Save ccapndave/2868604 to your computer and use it in GitHub Desktop.
MyApp = $hxClasses['MyApp'] = function() { };
MyApp.__name__ = ["MyApp"];
MyApp.__super__ = Ember.Application;
for(var k in Ember.Application.prototype ) MyApp.prototype[k] = Ember.Application.prototype[k];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment