Fixed yet another problem caused by r1989.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2022 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2011-02-23 01:19:06 +00:00
parent 669b708d60
commit a4572b66c8

View File

@ -525,7 +525,6 @@ DataTableCellUI.prototype._startEdit = function(elmt) {
{},
{
onDone: function(o) {
Refine.preparePool(o.pool);
if (o.cell.r) {
o.cell.r = o.pool.recons[o.cell.r];
}