mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
chore: remove script util
This commit is contained in:
@@ -6,7 +6,7 @@ _('toStr each filter')
|
||||
let styleList = []
|
||||
let scale = 1
|
||||
|
||||
exports = function (css, container) {
|
||||
exports = function(css, container) {
|
||||
css = toStr(css)
|
||||
|
||||
for (let i = 0, len = styleList.length; i < len; i++) {
|
||||
|
||||
@@ -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