Fixed r185: same reconciliation candidate for two cells seems to be overridden

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2010 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2011-02-18 05:38:41 +00:00
parent 5b9362e956
commit 669b708d60

View File

@ -394,7 +394,6 @@ DataTableCellUI.prototype._postProcessOneCell = function(command, params, bodyPa
{ columnStatsChanged: columnStatsChanged },
{
onDone: function(o) {
Refine.preparePool(o.pool);
if (o.cell.r) {
o.cell.r = o.pool.recons[o.cell.r];
}