Skip to content

Instantly share code, notes, and snippets.

@zykadelic
Created May 14, 2013 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zykadelic/5580167 to your computer and use it in GitHub Desktop.
Save zykadelic/5580167 to your computer and use it in GitHub Desktop.
if(!Date.now){
Date.now = function now(){
return new Date().getTime();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment