From: Timo Tijhof Date: Wed, 18 May 2016 20:01:29 +0000 (+0100) Subject: jsduck: Sort list of globals in jsduck.json X-Git-Tag: 1.31.0-rc.0~6894^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=debe691b63e4ceb6533020a3a96697a8b7debec7;p=lhc%2Fweb%2Fwiklou.git jsduck: Sort list of globals in jsduck.json Change-Id: Ifb920c055740575edcda0b4f460cc8c5b377ba87 --- diff --git a/jsduck.json b/jsduck.json index a75c9f0190..5b183656ab 100644 --- a/jsduck.json +++ b/jsduck.json @@ -7,7 +7,7 @@ "--builtin-classes": true, "--processes": "0", "--warnings-exit-nonzero": true, - "--external": "HTMLElement,HTMLDocument,Window,Blob,File,MouseEvent,KeyboardEvent,HTMLIframeElement,HTMLInputElement,XMLDocument,Node", + "--external": "Blob,File,HTMLDocument,HTMLElement,HTMLIframeElement,HTMLInputElement,KeyboardEvent,MouseEvent,Node,Window,XMLDocument", "--output": "docs/js", "--": [ "maintenance/jsduck/external.js",