Skip to content

Instantly share code, notes, and snippets.

@rmccullagh
Created April 12, 2015 03:50
Show Gist options
  • Select an option

  • Save rmccullagh/c8a32a74d4db1acc3592 to your computer and use it in GitHub Desktop.

Select an option

Save rmccullagh/c8a32a74d4db1acc3592 to your computer and use it in GitHub Desktop.
function isWebScaleCapable() {
return true;
}
if(isWebScaleCapable()) {
INIT_WEB_SCALE();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment