Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/169617
Change subject: Convince jsduck mw.Title exists
......................................................................
Convince jsduck mw.Title exists
Apparently we didn't have any functions taking or returning
an mw.Title object, which is kind of concerning. But now that
we're introducing one, we need jsduck to shut up about mw.Title
not existing.
Change-Id: I04028e0e3d55ed9901878cce593f857183246ab3
---
M .docs/categories.json
M .docs/external.js
M .docs/mw-categories.json
3 files changed, 28 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor
refs/changes/17/169617/1
diff --git a/.docs/categories.json b/.docs/categories.json
index cfc55f9..f4f88d3 100644
--- a/.docs/categories.json
+++ b/.docs/categories.json
@@ -18,6 +18,17 @@
]
},
{
+ "name": "Upstream",
+ "groups": [
+ {
+ "name": "MediaWiki",
+ "classes": [
+ "mw.Title"
+ ]
+ }
+ ]
+ },
+ {
"name": "VisualEditor (core)",
"groups": [
{
diff --git a/.docs/external.js b/.docs/external.js
index e9010af..006b1be 100644
--- a/.docs/external.js
+++ b/.docs/external.js
@@ -20,3 +20,9 @@
/**
* @property {string} [dateString=""] Formatted date or empty string
*/
+
+
+/**
+ * Provided by MediaWiki
+ * @class mw.Title
+ */
diff --git a/.docs/mw-categories.json b/.docs/mw-categories.json
index 89067d6..a246406 100644
--- a/.docs/mw-categories.json
+++ b/.docs/mw-categories.json
@@ -16,5 +16,16 @@
]
}
]
+ },
+ {
+ "name": "Upstream",
+ "groups": [
+ {
+ "name": "MediaWiki",
+ "classes": [
+ "mw.Title"
+ ]
+ }
+ ]
}
]
--
To view, visit https://gerrit.wikimedia.org/r/169617
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I04028e0e3d55ed9901878cce593f857183246ab3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits