Skip to content

Instantly share code, notes, and snippets.

@poteto
Last active August 29, 2015 14:14
Show Gist options
  • Save poteto/d789ed3cc6b69bcdf579 to your computer and use it in GitHub Desktop.
Save poteto/d789ed3cc6b69bcdf579 to your computer and use it in GitHub Desktop.
destroyMessage() {
this._destroyMessage();
},
// private
_destroyMessage() {
set(this, 'isDestroyed', true);
get(this, 'queue').removeObject(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment