FYI: the latest code on cordova-js changed the api for require a little
bit.
You guys will have to change all calls on the native side for:
require('cordova').blah
To:
cordova.blah
And all calls on the native side for:
require('cordova/blah')
To:
cordova.require('cordova/blah')
Hope that makes sense.
On 3/9/12 2:39 PM, "Tim Kim" <timkim85@gmail.com> wrote:
>Nice work, Drew.
>
>I've got some compass code that can be pushed up to your stream after a
>little refactoring.
>
>On 9 March 2012 14:25, Filip Maj <fil@adobe.com> wrote:
>
>> Sweet thanks for bringing this up Drew!
>>
>> Tim keep up with these changes. Help Drew out man!
>>
>> On 3/9/12 2:10 PM, "Drew Walters" <deedubbu@gmail.com> wrote:
>>
>> >For anyone interested, I've been pushing my native side changes to
>> >sync BlackBerry with cordova-js at the following repo/branch:
>> >
>> >
>>
>>https://github.com/deedubbu/incubator-cordova-blackberry-webworks/tree/co
>>r
>> >dova-js
>> >
>> >Contains fixes to enable:
>> > Network
>> > File
>> > Capture
>> > use cordova.require to call back to JS.
>>
>>
>
>
>--
>Timothy Kim
|