summaryrefslogtreecommitdiff
path: root/resources/src/dom-level2-skip.js
blob: 484c295ebe5cea998372732d5236c571264ee1d4 (plain)
1
2
3
4
5
6
/*!
 * Skip function for dom-level2-shim module.
 *
 * Tests for window.Node because that's the only thing that this shim is adding.
 */
return !!window.Node;