From e4d1087b72e67a8365f0ba4ade9320d7d0d01935 Mon Sep 17 00:00:00 2001 From: Bryce Curtis Date: Fri, 10 Sep 2010 18:41:39 -0500 Subject: [PATCH] Clean up unused variables. --- framework/assets/js/phonegap.js.base | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/framework/assets/js/phonegap.js.base b/framework/assets/js/phonegap.js.base index 1ac4e7af..49640d5d 100755 --- a/framework/assets/js/phonegap.js.base +++ b/framework/assets/js/phonegap.js.base @@ -1,10 +1,7 @@ + if (typeof(DeviceInfo) != 'object') DeviceInfo = {}; -var com = {}; - -com.phonegap = {}; - /** * This represents the PhoneGap API itself, and provides a global namespace for accessing * information about the state of PhoneGap.