added abilty to detect new phonegap renamed 'cordova'

This commit is contained in:
Mike Haworth
2012-08-22 20:48:55 +12:00
parent 6897962803
commit f2d4a88810

View File

@@ -23,6 +23,7 @@ beef.execute(function() {
phonegap_details = ""
+ " name: " + device.name
+ " phonegap api: " + device.phonegap
+ " cordova api: " + device.cordova
+ " platform: " + device.platform
+ " uuid: " + device.uuid
+ " version: " + device.version;