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.