r93313 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93312‎ | r93313 | r93314 >
Date:20:52, 27 July 2011
Author:hashar
Status:ok
Tags:
Comment:
mixed up forward/backward in comments
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Surface.js
@@ -584,7 +584,7 @@
585585 };
586586
587587 /**
588 - * Moves the cursor backward of the current position.
 588+ * Moves the cursor forward of the current position.
589589 */
590590 es.Surface.prototype.moveCursorRight = function() {
591591 var block = this.location.block,
@@ -608,7 +608,7 @@
609609 };
610610
611611 /**
612 - * Moves the cursor forward of the current position.
 612+ * Moves the cursor backward of the current position.
613613 */
614614 es.Surface.prototype.moveCursorLeft = function() {
615615 var block = this.location.block,

Status & tagging log