Skip to content

Instantly share code, notes, and snippets.

View hunterclarke's full-sized avatar

Hunter Clarke hunterclarke

View GitHub Profile
@hunterclarke
hunterclarke / autoresize.js
Created June 8, 2012 21:35 — forked from micho/wysihtml5-resize.js
wysihtml5 resize plugin. Depends on jQuery and Underscore
(function () {
var setupRegularResize, setupIframeResize, e;
function bind(a, b) {
return function () {
return a.apply(b, arguments);
};
}
setupRegularResize = (function () {