r103300 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103299‎ | r103300 | r103301 >
Date:06:13, 16 November 2011
Author:inez
Status:ok
Tags:
Comment:
Fix typo: "annotation" => "annotations"
Modified paths:
  • /trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/es/models/es.DocumentModel.js
@@ -366,7 +366,7 @@
367367 end( i - offset );
368368 }
369369 if ( stack.length ) {
370 - obj.annotation = stack;
 370+ obj.annotations = stack;
371371 }
372372 // Copy attributes if there are any set
373373 if ( !es.isEmptyObject( this.attributes ) ) {

Status & tagging log