r93096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93095‎ | r93096 | r93097 >
Date:19:38, 25 July 2011
Author:inez
Status:deferred
Tags:
Comment:
Surface should use abstraction layer implemented in Block, instead of operating on flow directly. (Important for blocks which has more then one flow: lists, in future also tables.)
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Surface.js
@@ -593,7 +593,7 @@
594594 }
595595 }
596596 this.cursor.show(
597 - block.flow.getPosition( offset ),
 597+ block.getPosition( offset ),
598598 block.$.offset()
599599 );
600600
@@ -617,7 +617,7 @@
618618 }
619619 }
620620 this.cursor.show(
621 - block.flow.getPosition( offset ),
 621+ block.getPosition( offset ),
622622 block.$.offset()
623623 );
624624

Status & tagging log