Merge "Installer: Validate password against sysop/bureaucrat policies"
[lhc/web/wiklou.git] / resources / src / dom-level2-skip.js
1 /*!
2 * Skip function for dom-level2-shim module.
3 *
4 * Tests for window.Node because that's the only thing that this shim is adding.
5 */
6 return !!window.Node;