查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: wp-polyfill-node-contains.js
路径:
/var/softaculous/sitepad/editor/site-inc/js/dist/vendor/wp-polyfill-node-contains.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
(function() { function contains(node) { if (!(0 in arguments)) { throw new TypeError('1 argument is required'); } do { if (this === node) { return true; } } while (node = node && node.parentNode); return false; } // IE if ('HTMLElement' in this && 'contains' in HTMLElement.prototype) { try { delete HTMLElement.prototype.contains; } catch (e) {} } if ('Node' in this) { Node.prototype.contains = contains; } else { document.contains = Element.prototype.contains = contains; } }());
💾 保存文件
← 返回文件管理器