Skip to content

Instantly share code, notes, and snippets.

@kbaribeau
Created June 15, 2012 14:41
Show Gist options
  • Save kbaribeau/2936794 to your computer and use it in GitHub Desktop.
Save kbaribeau/2936794 to your computer and use it in GitHub Desktop.
ugly line of js
var o = this.options, scroll = this.cssPosition == 'absolute' && !(this.scrollParent[0] != document && $.ui.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment