From b037b581e368613ef83cacc039324ca3150426d4 Mon Sep 17 00:00:00 2001 From: Mark Holmquist Date: Wed, 12 Feb 2014 13:21:01 -0800 Subject: [PATCH] Add external things to the JSDuck config oojs-ui relies on these, so the MW doc publish will be broken until we merge this change. Change-Id: Ib724b6e937e09749928317b8d56c286bb2d1f7f9 --- maintenance/jsduck/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/jsduck/config.json b/maintenance/jsduck/config.json index e50a054bae..dae4e43fe5 100644 --- a/maintenance/jsduck/config.json +++ b/maintenance/jsduck/config.json @@ -7,6 +7,7 @@ "--warnings": ["-no_doc"], "--builtin-classes": true, "--output": "../../docs/js", + "--external": "HTMLElement,HTMLDocument,Window", "--": [ "./external.js", "../../resources/mediawiki/mediawiki.js", -- 2.20.1