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;
|
||||
return id;
|
||||
}
|
||||
if (!el || !el.attributes) { return void console.error(el); }
|
||||
if (!el || !el.attributes) { return; }
|
||||
id = uid();
|
||||
data.map[id] = [
|
||||
el.tagName,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user