From 24a76f36397a510a55306ac2ff97857e87b26fcc Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 13 Jul 2018 15:10:51 +0800 Subject: [PATCH] Roo/bootstrap/Component.js --- Roo/bootstrap/Component.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Roo/bootstrap/Component.js b/Roo/bootstrap/Component.js index 7cbafecefc..cfccdb3ed8 100644 --- a/Roo/bootstrap/Component.js +++ b/Roo/bootstrap/Component.js @@ -379,7 +379,6 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent, { */ getVisibilityEl : function() { - if (typeof(this.visibilityEl) == 'object') { return this.visibilityEl; } @@ -388,9 +387,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent, { return this.visibilityEl == 'parent' ? this.parent().getEl() : this.getEl(); } - return this.getEl(); - }, /** -- 2.39.2