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 @@
23
23
listBlock.emit( 'update' );
24
24
} );
25
25
26
- this.renumber();
26
+ this.enumerate();
27
27
};
28
28
29
29
/* Static Methods */
—
—
@@ -48,7 +48,7 @@
49
49
50
50
/* Public Methods */
51
51
52
-es.ListBlock.prototype.renumber = function( position ) {
52
+es.ListBlock.prototype.enumerate = function() {
53
53
var itemLevel,
54
54
levels = [];
55
55
Status & tagging log
00:59, 18 August 2011
😂
(
talk
|
contribs
)
changed the
status
of r94853
[
removed:
new
added:
deferred]