Skip to content

Instantly share code, notes, and snippets.

@smiler
Created May 23, 2013 11:26
Show Gist options
  • Select an option

  • Save smiler/5635402 to your computer and use it in GitHub Desktop.

Select an option

Save smiler/5635402 to your computer and use it in GitHub Desktop.
stopRefreshTimer : function () {
return;
if (UAK.Object.refreshTimer == null)
return;
clearTimeout(UAK.Object.refreshTimer);
UAK.Object.refreshTimer = null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment