lit.dev icon indicating copy to clipboard operation
lit.dev copied to clipboard

add window for consistency

Open odanado opened this issue 1 year ago • 0 comments

In the description of disconnectedCallback, window.removeEventListener is used. However, the prefix window. is omitted in the connectedCallback description. To improve consistency between the two sample codes, window. has been added to the connectedCallback description.

odanado avatar May 23 '24 06:05 odanado