r103270 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103269‎ | r103270 | r103271 >
Date:00:02, 16 November 2011
Author:tparscal
Status:ok
Tags:
Comment:
Fixed typo - insert/remove operations have a data property, not a content property.
Modified paths:
  • /trunk/extensions/VisualEditor/modules/es/es.Transaction.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/es/es.Transaction.js
@@ -39,7 +39,7 @@
4040 break;
4141 case 'insert':
4242 case 'remove':
43 - a.content = a.content.concat( b.content );
 43+ a.data = a.data.concat( b.data );
4444 this.operations.splice( i + 1, 1 );
4545 i--;
4646 break;

Status & tagging log