Skip to content

Instantly share code, notes, and snippets.

@acnalesso
Created December 1, 2014 18:19
Show Gist options
  • Save acnalesso/c4ff807689fef5eb955a to your computer and use it in GitHub Desktop.
Save acnalesso/c4ff807689fef5eb955a to your computer and use it in GitHub Desktop.
Ember run method definition
export default run;
function run() {
return backburner.run.apply(backburner, arguments)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment