Fixed Issue 135: Hangs when setting cell value to large JSON string

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1374 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-09-28 04:41:05 +00:00
parent e587614c22
commit 43f16fd2f8

View File

@ -427,13 +427,13 @@ DataTableCellUI.prototype._startEdit = function(elmt) {
} else { } else {
Refine.postCoreProcess( Refine.postCoreProcess(
"edit-one-cell", "edit-one-cell",
{},
{ {
row: self._rowIndex, row: self._rowIndex,
cell: self._cellIndex, cell: self._cellIndex,
value: value, value: value,
type: type type: type
}, },
null,
{}, {},
{ {
onDone: function(o) { onDone: function(o) {