Skip to content

Commit 3206d1e

Browse files
committed
fix jsdoc warning
- fix "unknown link OO.ui.Element#scrollIntoView" - remove extra line break Bug: T368198 Change-Id: Ib7059f408366c1d08e47d7806054485f7e8cbffe
1 parent c2ee077 commit 3206d1e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

jsdoc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"repository": "https://gerrit.wikimedia.org/g/VisualEditor/VisualEditor/",
2929
"linkMap": {
3030
"OO.ui.debounce": "https://doc.wikimedia.org/oojs-ui/master/js/OO.ui.html#.debounce",
31+
"OO.ui.Element#scrollIntoView": "https://doc.wikimedia.org/oojs-ui/master/js/OO.ui.Element.html#.scrollIntoView",
3132
"OO.ui.throttle": "https://doc.wikimedia.org/oojs-ui/master/js/OO.ui.html#.throttle",
3233

3334
"Qunit.Assert": "https://qunitjs.com/api/assert/",

src/ve.EventSequencer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
*/
3838

3939
/**
40-
*
4140
* To fire after-event listeners promptly, the EventSequencer may need to
4241
* listen to some events for which it has no registered on-event or
4342
* after-event listeners. For instance, to ensure an after-keydown listener

0 commit comments

Comments
 (0)