Changeset 12838

Show
Ignore:
Timestamp:
03/03/08 10:55:47 (10 months ago)
Author:
sorvell
Message:

!strict wontfix #5162 Cannot reproduce the problem in the bug. The return value of grid.doStartEdit is not used at all so removing the return from doStartEdit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/grid/Grid.js

    r12517 r12838  
    213213                        this.onStartEdit(inCell, inRowIndex); 
    214214                } 
    215                 return edit; 
    216215        }, 
    217216