r94853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94852‎ | r94853 | r94854 >
Date:00:55, 18 August 2011
Author:inez
Status:deferred
Tags:
Comment:
Change name of method from renumber to enumarete and delete argument which was never passed nor used
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.ListBlock.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.ListBlock.js
@@ -22,7 +22,7 @@
2323 listBlock.emit( 'update' );
2424 } );
2525
26 - this.renumber();
 26+ this.enumerate();
2727 };
2828
2929 /* Static Methods */
@@ -48,7 +48,7 @@
4949
5050 /* Public Methods */
5151
52 -es.ListBlock.prototype.renumber = function( position ) {
 52+es.ListBlock.prototype.enumerate = function() {
5353 var itemLevel,
5454 levels = [];
5555

Status & tagging log