r100991 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100990‎ | r100991 | r100992 >
Date:15:56, 27 October 2011
Author:catrope
Status:deferred
Tags:
Comment:
Fix spelling in exception message
Modified paths:
  • /trunk/parsers/wikidom/lib/hype/models/es.DocumentModel.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/hype/models/es.DocumentModel.js
@@ -89,7 +89,7 @@
9090 length = node.getElementLength() + op.data.length,
9191 index = nodeParent.indexOf( node );
9292 if ( index === -1 ) {
93 - throw 'Missing child error. Node could not be found in it\'s parent node.';
 93+ throw 'Missing child error. Node could not be found in its parent node.';
9494 }
9595 // Remove the node we are about to insert into from the model tree
9696 nodeParent.splice( index, 1 );

Status & tagging log