From 669b708d607fe6c612946557f88b195f01ed4e57 Mon Sep 17 00:00:00 2001 From: David Huynh Date: Fri, 18 Feb 2011 05:38:41 +0000 Subject: [PATCH] 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 --- main/webapp/modules/core/scripts/views/data-table/cell-ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index d1ee5e656..212f4d769 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -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]; }