From 15eb4a82863109c5ccec24e62db9a2850f5a94d4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 24 Feb 2012 08:41:22 +0100 Subject: [PATCH] remove require - we do not use dynamic loading --- data/PVEAPI.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/PVEAPI.js b/data/PVEAPI.js index 58d15ac..5008085 100644 --- a/data/PVEAPI.js +++ b/data/PVEAPI.js @@ -1,9 +1,3 @@ -Ext.require([ - 'Ext.tree.*', - 'Ext.data.*', - 'Ext.window.MessageBox' -]); - // avoid errors when running without development tools if (!Ext.isDefined(Ext.global.console)) { var console = { -- 2.39.2