Skip to content

Commit 8f5815f

Browse files
author
Steven Orvell
committed
Update comment.
1 parent ec9048b commit 8f5815f

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
@@ -297,6 +297,7 @@ export abstract class UpdatingElement extends HTMLElement {
297297
* `createPropertyDescriptor` internally to get a descriptor to install.
298298
* To customize what properties do when they are get or set, override
299299
* `createPropertyDescriptor`. To customize the options for a property,
300+
* implement `createProperty` like this:
300301
*
301302
* static createProperty(name, options) {
302303
* options = Object.assign(options, {myOption: true});

0 commit comments

Comments
 (0)