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 @@
22
22
es.Transaction.prototype.pushInsert = function( content ) {
23
23
this.push( {
24
24
'type': 'insert',
25
- 'data': data
25
+ 'data': content
26
26
} );
27
27
};
28
28
Status & tagging log
21:06, 21 October 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r99601
[
removed:
new
added:
deferred]