From 35867bfb30cbe9451cda85fcf21a7201c84ddfcd Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 21 Oct 2013 17:58:07 +0800 Subject: [PATCH] Roo/ViewPanel.js --- Roo/ViewPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/ViewPanel.js b/Roo/ViewPanel.js index 6dcbdaf539..8333e92532 100644 --- a/Roo/ViewPanel.js +++ b/Roo/ViewPanel.js @@ -17,7 +17,7 @@ * @param {Roo.grid.Grid} grid The grid for this panel * @param {String/Object} config A string to set only the panel's title, or a config object */ -Roo.ViewPanel = function(view, config){ +Roo.ViewPanel = function(el, config){ this.wrapper = Roo.DomHelper.append(document.body, // wrapper for IE7 strict & safari scroll issue -- 2.39.2