DLynch has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/351887 )
Change subject: dm.VisualDiff: fix indentation eslint complained about
......................................................................
dm.VisualDiff: fix indentation eslint complained about
Change-Id: I2daefb3f480af5c43948c228efeb1b62cdb86096
---
M src/dm/ve.dm.VisualDiff.js
1 file changed, 10 insertions(+), 10 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor
refs/changes/87/351887/1
diff --git a/src/dm/ve.dm.VisualDiff.js b/src/dm/ve.dm.VisualDiff.js
index 534faca..7e9a60d 100644
--- a/src/dm/ve.dm.VisualDiff.js
+++ b/src/dm/ve.dm.VisualDiff.js
@@ -272,11 +272,11 @@
diffInfo[ i ] = {
typeChange: oldNode.type !==
newNode.type,
attributeChange: !ve.compare(
oldNode.getAttributes(), newNode.getAttributes() ) ?
- {
- oldAttributes:
oldNode.getAttributes(),
- newAttributes:
newNode.getAttributes()
- } :
- false
+ {
+ oldAttributes:
oldNode.getAttributes(),
+ newAttributes:
newNode.getAttributes()
+ } :
+ false
};
continue;
@@ -309,11 +309,11 @@
linearDiff: linearDiff,
typeChange: oldNode.type !==
newNode.type,
attributeChange: !ve.compare(
oldNode.getAttributes(), newNode.getAttributes() ) ?
- {
- oldAttributes:
oldNode.getAttributes(),
- newAttributes:
newNode.getAttributes()
- } :
- false
+ {
+ oldAttributes:
oldNode.getAttributes(),
+ newAttributes:
newNode.getAttributes()
+ } :
+ false
};
if ( linearDiff ) {
--
To view, visit https://gerrit.wikimedia.org/r/351887
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2daefb3f480af5c43948c228efeb1b62cdb86096
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: DLynch <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits