Skip to content

Commit 6a4c94f

Browse files
author
Steve Orvell
authored
Fix static property for closure (#926)
Static properties must use `@nocollapse`.
1 parent e0dcd75 commit 6a4c94f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/updating-element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ export abstract class UpdatingElement extends HTMLElement {
379379
* Note, this method should be considered "final" and not overridden. To
380380
* customize the options for a given property, override `createProperty`.
381381
*
382+
* @nocollapse
382383
* @final
383384
*/
384385
protected static getPropertyOptions(name: PropertyKey) {

0 commit comments

Comments
 (0)