(closeWith)
| 2048 | }; |
| 2049 | |
| 2050 | var appendClosingTagOnSameLine = function (closeWith) { |
| 2051 | if ( closeWith === void 0 ) closeWith = '>'; |
| 2052 | |
| 2053 | append(closeWith); |
| 2054 | }; |
| 2055 | |
| 2056 | var appendClosingTagOnNewLine = function (closeWith) { |
| 2057 | if ( closeWith === void 0 ) closeWith = '>'; |
no test coverage detected
searching dependent graphs…