Skip to content

Instantly share code, notes, and snippets.

@calvinmetcalf
Created June 30, 2013 20:13
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 calvinmetcalf/5896679 to your computer and use it in GitHub Desktop.
Save calvinmetcalf/5896679 to your computer and use it in GitHub Desktop.
how to use it
worker.ajax("http://fakeurl").then(doStuff);
worker.findC([[2,3],9,[4,6],[1,2,3,4,5]]).then(function(a){console.log(a)});
//prints [3.605551275463989, 7.211102550927978]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment