Clean up unused variables.

This commit is contained in:
Bryce Curtis 2010-09-10 18:41:39 -05:00
parent 040a3d7d43
commit e4d1087b72

View File

@ -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.