mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
chore: remove script util
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* See if an element is within eruda.
|
||||
*/
|
||||
|
||||
exports = function (el) {
|
||||
exports = function(el) {
|
||||
let parentNode = el.parentNode
|
||||
|
||||
if (!parentNode) return false
|
||||
|
||||
Reference in New Issue
Block a user