From fc445cd3746cc90c7becb28826c7b22f8538554b Mon Sep 17 00:00:00 2001 From: Tim Tucker Date: Tue, 2 Oct 2012 08:55:18 -0300 Subject: [PATCH] Update media/src/core/core.draw.js Remove check for iOpenRows !== 0, since it isn't really needed. (the contents of the loop just won't execute) --- media/src/core/core.draw.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/media/src/core/core.draw.js b/media/src/core/core.draw.js index 3e5ebe9e..e0ad82be 100644 --- a/media/src/core/core.draw.js +++ b/media/src/core/core.draw.js @@ -380,15 +380,12 @@ function _fnDraw( oSettings ) iRowCount++; /* If there is an open row - and it is attached to this parent - attach it on redraw */ - if ( iOpenRows !== 0 ) + for ( var k=0 ; k