mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
Follow-up I5918367: Add new classes to jsduck.json
No idea how this passed the first time… Change-Id: I690d10f4f69c657bc58f989c545905649f97add8
This commit is contained in:
parent
9d0bb8f56e
commit
2c689a4790
|
@ -7,7 +7,7 @@
|
|||
"--builtin-classes": true,
|
||||
"--processes": "0",
|
||||
"--warnings-exit-nonzero": true,
|
||||
"--external": "HTMLDocument,Window,Node,Set,Range,Selection,ClientRect,File,Blob,DataTransfer,DataTransferItem",
|
||||
"--external": "HTMLDocument,Window,Node,Set,Range,Selection,ClientRect,File,Blob,DataTransfer,DataTransferItem,KeyboardEvent,MouseEvent",
|
||||
"--output": "docs",
|
||||
"--": [
|
||||
".jsduck/external.js",
|
||||
|
|
Loading…
Reference in a new issue