Skip to content

Instantly share code, notes, and snippets.

@halcyonardency
Created August 10, 2012 23:15
Show Gist options
  • Save halcyonardency/3318898 to your computer and use it in GitHub Desktop.
Save halcyonardency/3318898 to your computer and use it in GitHub Desktop.
getComment:function(u,p) {
var q=new Date(),
s=q.minus(p).toPretty(),
o=q.minus(u+p).toPretty();
var r="\\t\\t to \\t\\t";
var t=o+r+s;
t=t.replace(/:/g,"\\:");
return t
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment