<3 it can't wait for the future where all cordova.js is just exec fns (and related ceremony) for each platform
On Thu, Nov 1, 2012 at 12:07 PM, Gord Tanner <[email protected]> wrote: > Problem: > > - currently BlackBerry has 3 different javascript files: > -- cordova.blackberry.js > -- cordova.playbook.js > -- cordova.qnx.js > > This leads to some awkward buildtime magic and makes blackberry building in > cordova.js as well as during project creation / building special. > > Solution: > > Include all javascript into one file (cordova.blackberry.js) for each > subplatform and switch the loading at runtime for blackberry. > > Pull Request here: > > https://github.com/apache/incubator-cordova-js/pull/41 > > once this is in I will quickly merge in changes to cordova-blackberry that > clean up the hackery to support 3 different javascript files >
