Skip to content

Instantly share code, notes, and snippets.

@matthew-gerstman
Created January 20, 2019 17:41
Show Gist options
  • Select an option

  • Save matthew-gerstman/acf68892b5ffce759b6c7ff1114c8287 to your computer and use it in GitHub Desktop.

Select an option

Save matthew-gerstman/acf68892b5ffce759b6c7ff1114c8287 to your computer and use it in GitHub Desktop.
function ensureCanMutateNextListeners() {
if (nextListeners === currentListeners) {
nextListeners = currentListeners.slice()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment