@param {!Element} element
(element)
| 2161 | |
| 2162 | /** @param {!Element} element */ |
| 2163 | function assertNotTemplate(element) { |
| 2164 | devAssert(!element.isInTemplate_, 'Must never be called in template'); |
| 2165 | } |
| 2166 | |
| 2167 | /** |
| 2168 | * Creates a new custom element class prototype. |
no test coverage detected