What shiz ? I am only getting this nao
path.existsSync is now called `fs.existsSync`. dat is it. On Mon, Aug 27, 2012 at 8:33 AM, <[email protected]> wrote: > Updated Branches: > refs/heads/master 7715e097d -> 660a77244 > > > [android] jshint futzing. tizen and win8 still need to fix their shiz > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/660a7724 > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/660a7724 > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/660a7724 > > Branch: refs/heads/master > Commit: 660a77244d145fc28ebda5fbd5ada63e49246e49 > Parents: 3505b51 > Author: Fil Maj <[email protected]> > Authored: Mon Aug 27 08:32:57 2012 -0700 > Committer: Fil Maj <[email protected]> > Committed: Mon Aug 27 08:32:57 2012 -0700 > > ---------------------------------------------------------------------- > .jshintrc | 2 +- > lib/android/exec.js | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/660a7724/.jshintrc > ---------------------------------------------------------------------- > diff --git a/.jshintrc b/.jshintrc > index 8c02971..5997968 100644 > --- a/.jshintrc > +++ b/.jshintrc > @@ -28,7 +28,7 @@ > "dojo": false, > > // Custom predefined globals. > - "predef": ["jasmine", "blackberry", "define", "alert", "prompt", "org", > "deviceapis", "Osp"], > + "predef": ["jasmine", "blackberry", "define", "alert", "prompt", "org", > "deviceapis", "Osp", "_cordovaExec"], > > > // Development > > > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/660a7724/lib/android/exec.js > ---------------------------------------------------------------------- > diff --git a/lib/android/exec.js b/lib/android/exec.js > index 711b637..df1d657 100644 > --- a/lib/android/exec.js > +++ b/lib/android/exec.js > @@ -130,7 +130,7 @@ function androidExec(success, fail, service, action, > args) { > } catch (e2) { > console.log("Error: "+e2); > } > -}; > +} > > function onOnLineEvent(e) { > while (polling.pollOnce()); > >
