@override
(attrs)
| 65 | |
| 66 | /** @override */ |
| 67 | effectiveBodyTag(attrs) { |
| 68 | this.log.push('effectiveBodyTag(' + this.attrsToString(attrs) + ')'); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Converts a list of attributes to a comma separated string. |
nothing calls this directly
no test coverage detected