r99601 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99600‎ | r99601 | r99602 >
Date:23:46, 11 October 2011
Author:catrope
Status:deferred
Tags:
Comment:
Fix parameter name mismatch in pushInsert()
Modified paths:
  • /trunk/parsers/wikidom/lib/hype/es.Transaction.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/hype/es.Transaction.js
@@ -21,7 +21,7 @@
2222 es.Transaction.prototype.pushInsert = function( content ) {
2323 this.push( {
2424 'type': 'insert',
25 - 'data': data
 25+ 'data': content
2626 } );
2727 };
2828

Status & tagging log