Skip to content

Instantly share code, notes, and snippets.

@GarryBrown
Created June 16, 2020 17:24
Show Gist options
  • Save GarryBrown/3e13219a331d4e693c72de77ba8b3983 to your computer and use it in GitHub Desktop.
Save GarryBrown/3e13219a331d4e693c72de77ba8b3983 to your computer and use it in GitHub Desktop.
if (isFunction(_unsubscribe)) {
try {
_unsubscribe.call(this);
} catch (e) {
// some error logic
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment