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 @@
40
40
break;
41
41
case 'insert':
42
42
case 'remove':
43
- a.content = a.content.concat( b.content );
43
+ a.data = a.data.concat( b.data );
44
44
this.operations.splice( i + 1, 1 );
45
45
i--;
46
46
break;
Status & tagging log
12:02, 16 November 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r103270
[
removed:
new
added:
ok]