(tagName)
| 2020 | }; |
| 2021 | |
| 2022 | var getAttributeIndentation = function (tagName) { |
| 2023 | return getIndentation(indentSize * currentDepth + tagName.length - 1); |
| 2024 | }; |
| 2025 | |
| 2026 | var getAttributeIndentationForCurrentTag = function () { |
| 2027 | return getAttributeIndentation(currentTag); |
no test coverage detected
searching dependent graphs…