From: Alan Knowles Date: Fri, 18 Mar 2011 03:50:40 +0000 (+0800) Subject: roojs-debug.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=12b072b10693977fa59fbf95bafc82da987d926b roojs-debug.js --- diff --git a/roojs-debug.js b/roojs-debug.js index aefb92c881..94dfaf0fbc 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -47312,6 +47312,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { if(!tpls.master){ tpls.master = new Roo.Template( '
', + '', '
', '
', '
', @@ -47323,7 +47324,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { '
{body}
', "
", '
', - '', + '
 
', "
" ); @@ -47795,7 +47796,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { c.scrollLeft = cright-c.clientWidth; } } - return null; + return el; },