Show
Ignore:
Timestamp:
04/28/08 14:51:13 (7 months ago)
Author:
BryanForbes
Message:

refs #6545. !strict

  • Forgot to replace dojox.grid._grid.GridRowView? with dojox.grid._RowSelector in the tests.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/grid/tests/test_edit_dijit.html

    r13377 r13443  
    7979 
    8080                gridLayout = [{ 
    81                         type: 'dojox.grid._grid.GridRowView', width: '20px' 
     81                        type: 'dojox.grid._RowSelector', width: '20px' 
    8282                },{ 
    8383                        defaultCell: { width: 8, editor: dojox.grid._data.editors.Input, styles: 'text-align: right;'  },