diff --git a/modules/phonegap/phonegap_detect/command.js b/modules/phonegap/phonegap_detect/command.js index ab725a8a8..49b4f55ce 100644 --- a/modules/phonegap/phonegap_detect/command.js +++ b/modules/phonegap/phonegap_detect/command.js @@ -17,7 +17,8 @@ beef.execute(function() { + " cordova api: " + device.cordova + " platform: " + device.platform + " uuid: " + device.uuid - + " version: " + device.version; + + " version: " + device.version + + " model: " + device.model; } catch(e) { phonegap_details = "unable to detect phonegap"; }