https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112558

Revision: 112558
Author:   rmoen
Date:     2012-02-28 01:37:38 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
fixed my typo follow up r112555

Modified Paths:
--------------
    trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js

Modified: trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js
===================================================================
--- trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js        
2012-02-28 01:17:55 UTC (rev 112557)
+++ trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js        
2012-02-28 01:37:38 UTC (rev 112558)
@@ -937,7 +937,7 @@
                                1) Create method to detect end of RTL and move 
cursor the the right
                                2) moveCursor is breaking IME for the RTL 
language, need to add mode switching
                         */
-                       if( this.isRTL( val.charAt( val.length-1 ) ) ) {
+                       if( this.isTextRTL( val.charAt( val.length-1 ) ) ) {
                                this.moveCursor('left', 'char');
                        }
                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to