Home | History | Annotate | Download | only in front_end

Lines Matching refs:attributeValue

1399         var attributeValue = domNode ? domNode.getAttribute(attributeName) : undefined;
1400 if (typeof attributeValue !== "undefined")
1401 attributeValueElement.textContent = attributeValue;