From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- vendor/oojs/oojs-ui/jsduck.categories.json | 80 ++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 vendor/oojs/oojs-ui/jsduck.categories.json (limited to 'vendor/oojs/oojs-ui/jsduck.categories.json') diff --git a/vendor/oojs/oojs-ui/jsduck.categories.json b/vendor/oojs/oojs-ui/jsduck.categories.json new file mode 100644 index 00000000..c079f073 --- /dev/null +++ b/vendor/oojs/oojs-ui/jsduck.categories.json @@ -0,0 +1,80 @@ +[ + { + "name": "OOjs UI", + "groups": [ + { + "name": "General", + "classes": [ + "OO.ui", + "OO.ui.Element", + "OO.ui.HtmlSnippet", + "OO.ui.Toolbar", + "OO.ui.Window", + "OO.ui.Dialog", + "OO.ui.WindowManager", + "OO.ui.Process", + "OO.ui.Error", + "OO.ui.ActionSet" + ] + }, + { + "name": "Factories", + "classes": ["OO.ui.*Factory"] + }, + { + "name": "Tools", + "classes": ["OO.ui.*Tool"] + }, + { + "name": "Elements", + "classes": ["OO.ui.*Element"] + }, + { + "name": "Layouts", + "classes": ["OO.ui.*Layout"] + }, + { + "name": "Tool groups", + "classes": ["OO.ui.*ToolGroup"] + }, + { + "name": "Widgets", + "classes": ["OO.ui.*Widget"] + }, + { + "name": "Dialogs", + "classes": ["OO.ui.*Dialog"] + }, + { + "name": "Themes", + "classes": ["OO.ui.*Theme"] + } + ] + }, + { + "name": "Upstream", + "groups": [ + { + "name": "OOJS", + "classes": ["OO", "OO.EventEmitter", "OO.Factory", "OO.Registry"] + }, + { + "name": "jQuery", + "classes": ["jQuery", "jQuery.Event", "jQuery.Promise", "jQuery.Deferred", "jQuery.jqXHR"] + }, + { + "name": "JavaScript", + "classes": [ + "Array", + "Boolean", + "Date", + "Function", + "Number", + "Object", + "RegExp", + "String" + ] + } + ] + } +] -- cgit v1.2.3-54-g00ecf