Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created November 16, 2019 16:20
Show Gist options
  • Select an option

  • Save Jagathishrex/b8a3f0f293451464d1d1e7c1e272b6c5 to your computer and use it in GitHub Desktop.

Select an option

Save Jagathishrex/b8a3f0f293451464d1d1e7c1e272b6c5 to your computer and use it in GitHub Desktop.
function renderPageQueue(pageNum) {
if(pageRenderingQueue != null) {
pageRenderingQueue = pageNum;
} else {
renderPage(pageNum);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment