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 @@
594
594
}
595
595
}
596
596
this.cursor.show(
597
- block.flow.getPosition( offset ),
597
+ block.getPosition( offset ),
598
598
block.$.offset()
599
599
);
600
600
—
—
@@ -617,7 +617,7 @@
618
618
}
619
619
}
620
620
this.cursor.show(
621
- block.flow.getPosition( offset ),
621
+ block.getPosition( offset ),
622
622
block.$.offset()
623
623
);
624
624
Status & tagging log
21:12, 25 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r93096
[
removed:
new
added:
deferred]