jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ibbbaed3762efa6a6928ba6e4611b1f1fef91ad8f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to