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 @@
3535 });
3636
3737 // Cursor
38 - this.cursor = new Cursor( this );
 38+ this.cursor = new Cursor();
3939 this.$.after( this.cursor.$ );
4040
4141 // Hidden input

Status & tagging log