Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/50030
Change subject: Change {Boolean} to {boolean} throughout
......................................................................
Change {Boolean} to {boolean} throughout
Change-Id: Ibbbaed3762efa6a6928ba6e4611b1f1fef91ad8f
---
M modules/ve/dm/ve.dm.Node.js
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor
refs/changes/30/50030/1
diff --git a/modules/ve/dm/ve.dm.Node.js b/modules/ve/dm/ve.dm.Node.js
index b284fe4..c3f417c 100644
--- a/modules/ve/dm/ve.dm.Node.js
+++ b/modules/ve/dm/ve.dm.Node.js
@@ -145,7 +145,7 @@
* Linear model elements with this type will be moved out of the linear model
into the metadata.
*
* @static
- * @property {Boolean} static.isMeta
+ * @property {boolean} static.isMeta
* @inheritable
*/
ve.dm.Node.static.isMeta = false;
@@ -155,7 +155,7 @@
* only special node types are not wrapped.
*
* @static
- * @property {Boolean} static.isWrapped
+ * @property {boolean} static.isWrapped
* @inheritable
*/
ve.dm.Node.static.isWrapped = true;
@@ -166,7 +166,7 @@
* also known as inline nodes.
*
* @static
- * @property {Boolean} static.isContent
+ * @property {boolean} static.isContent
* @inheritable
*/
ve.dm.Node.static.isContent = false;
@@ -176,7 +176,7 @@
* content nodes.
*
* @static
- * @property {Boolean} static.canContainContent
+ * @property {boolean} static.canContainContent
* @inheritable
*/
ve.dm.Node.static.canContainContent = false;
@@ -189,7 +189,7 @@
* stripping and preservation.
*
* @static
- * @property {Boolean} static.hasSignificantWhitespace
+ * @property {boolean} static.hasSignificantWhitespace
* @inheritable
*/
ve.dm.Node.static.hasSignificantWhitespace = false;
--
To view, visit https://gerrit.wikimedia.org/r/50030
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbbaed3762efa6a6928ba6e4611b1f1fef91ad8f
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