On Mon, Mar 16, 2015 at 6:40 AM Horn, Julian C <[email protected]>
wrote:
>
> The fix certainly does not require a large chunk of time! Here's the
> entire fix; you put this up near the top of cordova.js, inside the
> outermost function invocation:
>
> if (window.cordova) {
> return;
> }
>
>
And nothing is stopping you from issuing a pull request. While Jesse and I
think that we shouldn't get into the practice of fixing people's JS errors,
I'm sure that someone in this project might agree with you. I just don't
think it's a bug, or even an improvement.