r91689 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r91688
|
r91689
|
r91690
>
Date:
21:20, 7 July 2011
Author:
inez
Status:
deferred
Tags:
Comment:
Cursor has an empty constructor
Modified paths:
/trunk/parsers/wikidom/lib/es/es.Surface.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/parsers/wikidom/lib/es/es.Surface.js
—
—
@@ -34,7 +34,7 @@
35
35
});
36
36
37
37
// Cursor
38
- this.cursor = new Cursor( this );
38
+ this.cursor = new Cursor();
39
39
this.$.after( this.cursor.$ );
40
40
41
41
// Hidden input
Status & tagging log
21:41, 7 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r91689
[
removed:
new
added:
deferred]