Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87d2acc

Browse filesBrowse files
deokjinkimtargos
authored andcommitted
doc: fix actual result of example is different in events
Refs: #50428 PR-URL: #51925 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent 20e0ba3 commit 87d2acc
Copy full SHA for 87d2acc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/events.md‎

Copy file name to clipboardExpand all lines: doc/api/events.md
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ myEmitter.on('event', function(a, b) {
7373
// _events: [Object: null prototype] { event: [Function (anonymous)] },
7474
// _eventsCount: 1,
7575
// _maxListeners: undefined,
76+
// [Symbol(shapeMode)]: false,
7677
// [Symbol(kCapture)]: false
7778
// } true
7879
});
@@ -90,6 +91,7 @@ myEmitter.on('event', function(a, b) {
9091
// _events: [Object: null prototype] { event: [Function (anonymous)] },
9192
// _eventsCount: 1,
9293
// _maxListeners: undefined,
94+
// [Symbol(shapeMode)]: false,
9395
// [Symbol(kCapture)]: false
9496
// } true
9597
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.