Skip to content

Instantly share code, notes, and snippets.

@gladimdim
Last active April 11, 2019 09:42
Show Gist options
  • Save gladimdim/7f05f8a2dc19c8f8ce6461b12725eca2 to your computer and use it in GitHub Desktop.
Save gladimdim/7f05f8a2dc19c8f8ce6461b12725eca2 to your computer and use it in GitHub Desktop.
callEnded() {
if (queueCalls.length > 0) {
dispatchCall(queueCalls[0]);
queueCalls.removeAt(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment