From 117e810b348a4df0867137d4cd22867450bfaeaf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Mar 2011 09:36:29 +0800 Subject: [PATCH] Roo/grid/Grid.js --- Roo/grid/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/grid/Grid.js b/Roo/grid/Grid.js index d1cac21f85..09189455d1 100644 --- a/Roo/grid/Grid.js +++ b/Roo/grid/Grid.js @@ -301,7 +301,7 @@ Roo.grid.Grid = function(container, config){ * @event rowclass * Fires when a row is rendered, so you can change add a style to it. * @param {GridView} gridview The grid view - * @param {Object} rowcfg contains record, rowIndex and rowClass - set rowClass to add a style. + * @param {Object} rowcfg contains record rowIndex and rowClass - set rowClass to add a style. */ 'rowclass' : true, -- 2.39.2