Skip to content

Instantly share code, notes, and snippets.

@gmlnchv
Created May 22, 2014 23:07
Show Gist options
  • Save gmlnchv/d8b5f5c73eaef65a87e9 to your computer and use it in GitHub Desktop.
Save gmlnchv/d8b5f5c73eaef65a87e9 to your computer and use it in GitHub Desktop.
Debulked onresize handler
// debulked onresize handler
// http://git.io/ewxZVQ
function on_resize(c,t){onresize=function(){clearTimeout(t);t=setTimeout(c,100)};return c};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment