chore: remove script util

This commit is contained in:
redhoodsu
2019-08-31 23:29:16 +08:00
parent 910a3e3fab
commit 24a2d407c8
9 changed files with 16 additions and 727 deletions

View File

@@ -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