Skip to content

Instantly share code, notes, and snippets.

@acnalesso
Created December 1, 2014 18:22
Show Gist options
  • Save acnalesso/84f91fb5a603d73496e1 to your computer and use it in GitHub Desktop.
Save acnalesso/84f91fb5a603d73496e1 to your computer and use it in GitHub Desktop.
calling ember run
Ember.run(function() {
console.log('true');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment