device.cordova in 2.3.0 on Win8

2013-02-13 Thread Marcel Kinard
I was contacted by someone using Cordova 2.3 on Windows desktop 8, and they said that device.cordova was returning "2.2.0" instead of the expected "2.3.0". Sure enough, cordova-2.3.0.js (and all its copies) have "2.2.0" hardcoded inside the definition of getDeviceInfo (line 6031) instead of "2.3

Re: device.cordova in 2.3.0 on Win8

2013-02-13 Thread Jesse
This is good enough. That was my oversight. On Wed, Feb 13, 2013 at 10:45 AM, Marcel Kinard wrote: > I was contacted by someone using Cordova 2.3 on Windows desktop 8, and > they said that device.cordova was returning "2.2.0" instead of the expected > "2.3.0". > > Sure enough, cordova-2.3.0.js (

Re: device.cordova in 2.3.0 on Win8

2013-02-14 Thread Jesse
https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=4f39f4f221156d11bbfda6123acb9803937c3eaf On Wed, Feb 13, 2013 at 10:55 AM, Jesse wrote: > This is good enough. That was my oversight. > > > On Wed, Feb 13, 2013 at 10:45 AM, Marcel Kinard wrote: > >> I was contacted by someone u

Re: device.cordova in 2.3.0 on Win8

2013-02-14 Thread Marcel Kinard
Nice! Thanks. -- Marcel On Feb 14, 2013, at 1:04 PM, Jesse wrote: > https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=4f39f4f221156d11bbfda6123acb9803937c3eaf >