Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created October 26, 2008 21:57
Show Gist options
  • Save erichocean/19954 to your computer and use it in GitHub Desktop.
Save erichocean/19954 to your computer and use it in GitHub Desktop.
recomputeClippingFrame: function() {
this.recacheFrames();
var parent = this.parentNode;
while (parent) {
parent.recacheFrames();
parent = parent.parentNode;
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment