Skip to content

Instantly share code, notes, and snippets.

@poteto
Last active August 29, 2015 14:14
Show Gist options
  • Save poteto/762f6356e9d9717e5259 to your computer and use it in GitHub Desktop.
Save poteto/762f6356e9d9717e5259 to your computer and use it in GitHub Desktop.
destroyLater: function() {
let defaultTimeout = get(this, 'defaultTimeout');
let timeout = getWithDefault(this, 'timeout', defaultTimeout);
run.later(this, '_destroyMessage', timeout);
}.on('init'),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment