Done. https://issues.apache.org/jira/browse/CB-3044
On Mon, Apr 15, 2013 at 4:56 PM, Shazron <[email protected]> wrote: > +1 > > > On Mon, Apr 15, 2013 at 12:49 PM, Andrew Grieve <[email protected] > >wrote: > > > We have this in many of our tests, but why not just put it right in > > cordova.js? > > > > e.g. > > > > var timerId = null; > > document.addEventListener('deviceready', function() { > > window.clearTimeout(timerId); > > }, false); > > timerId = window.setTimeout(function() { > > console.log('Cordova failed to initialized due to the following > channels > > not firing: ...'); > > }, 1000); > > >
