Skip to content

Instantly share code, notes, and snippets.

@jboesch
Created April 14, 2011 20:19
Show Gist options
  • Save jboesch/920397 to your computer and use it in GitHub Desktop.
Save jboesch/920397 to your computer and use it in GitHub Desktop.
boxSizing = rinputbutton.test( elem.nodeName ) &&
( curCSS( elem, "-moz-box-sizing" ) === "border-box" ||
curCSS( elem, "box-sizing" ) === "border-box" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment