Include the device's name in Device.name per API docs.

This commit is contained in:
Bryce Curtis 2010-11-03 10:23:12 -05:00
parent 80c15de606
commit ab4d4e22da

View File

@ -25,6 +25,7 @@ function Device() {
me.available = true;
me.platform = info.platform;
me.version = info.version;
me.name = info.name;
me.uuid = info.uuid;
me.phonegap = info.phonegap;
PhoneGap.onPhoneGapInfoReady.fire();