Skip to content

Instantly share code, notes, and snippets.

@blasten
Last active October 2, 2015 01:19
Show Gist options
  • Save blasten/7cffbe034449e3f06375 to your computer and use it in GitHub Desktop.
Save blasten/7cffbe034449e3f06375 to your computer and use it in GitHub Desktop.
Base.isLightDom = function (node) {
return Polymer.dom(node).getOwnerRoot() === Polymer.dom(this).getOwnerRoot();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment