Skip to content

Instantly share code, notes, and snippets.

View rybridge's full-sized avatar

Ryan Bridge rybridge

View GitHub Profile
@rybridge
rybridge / untitled
Created December 15, 2015 17:44
keybase.md
### Keybase proof
I hereby claim:
* I am rybridge on github.
* I am rybridge (https://keybase.io/rybridge) on keybase.
* I have a public key whose fingerprint is 34BA 029B 904E 9A55 2AAD 449D 7B69 C1B7 1F33 4564
To claim this, I am signing this object:
(function($,sr){
// debouncing function from John Hann
// http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/
var debounce = function (func, threshold, execAsap) {
var timeout;
return function debounced () {
var obj = this, args = arguments;
function delayed () {