make flat dom quiet again
This commit is contained in:
parent
5acbaef28f
commit
afcc888a8b
@ -33,7 +33,7 @@ define([], function () {
|
|||||||
data.map[id] = el.textContent;
|
data.map[id] = el.textContent;
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
if (!el || !el.attributes) { return void console.error(el); }
|
if (!el || !el.attributes) { return; }
|
||||||
id = uid();
|
id = uid();
|
||||||
data.map[id] = [
|
data.map[id] = [
|
||||||
el.tagName,
|
el.tagName,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user