Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created October 31, 2015 14:50
Show Gist options
  • Save NetguruGist/8eab243d5dd55b9feee3 to your computer and use it in GitHub Desktop.
Save NetguruGist/8eab243d5dd55b9feee3 to your computer and use it in GitHub Desktop.
runloop4.4 ruby
$('a').click(function() {
console.log('Doing things...');
Ember.run.schedule('actions', this, function() {
// Do more things
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment