Skip to content

Instantly share code, notes, and snippets.

@chapel
Created October 16, 2010 16:02
Show Gist options
  • Save chapel/629961 to your computer and use it in GitHub Desktop.
Save chapel/629961 to your computer and use it in GitHub Desktop.
if (gameDate > checkDate) {
if (count <= 0 && data.HasMorePages) {
callback(true);
}
else callback(false);
}
else callback(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment