LearnNewsExamplesServices
Frontmatter
id3454
titledomListeners => remove empty array assignments
stateClosed
labels
enhancement
assigneestobiu
createdAtSep 26, 2022, 10:00 PM
updatedAtSep 27, 2022, 11:07 PM
githubUrlhttps://github.com/neomjs/neo/issues/3454
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 27, 2022, 11:07 PM

domListeners => remove empty array assignments

Closed v8.1.0 enhancement
tobiu
tobiu commented on Sep 26, 2022, 10:00 PM

there are still spots with the following code: domListeners = me.domListeners || []

can get simplified to: domListeners = me.domListeners

tobiu added the enhancement label on Sep 26, 2022, 10:00 PM
tobiu assigned to @tobiu on Sep 26, 2022, 10:00 PM
tobiu
tobiu Sep 27, 2022, 11:07 PM

fixed through #3458

tobiu closed this issue on Sep 27, 2022, 11:07 PM