Skip to content

Instantly share code, notes, and snippets.

@mattlockyer
Created October 30, 2014 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattlockyer/b89e0672b0d7d1c6df9a to your computer and use it in GitHub Desktop.
Save mattlockyer/b89e0672b0d7d1c6df9a to your computer and use it in GitHub Desktop.
var el = this.el;
el.style.display = 'none';
el.offsetHeight;
el.style.display = 'block';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment