Updated Branches:
  refs/heads/master 56e6476b6 -> 50b4b306c

Merge pull request #13 from purplecabbage/CommandProxy

Command proxy

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/50b4b306
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/50b4b306
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/50b4b306

Branch: refs/heads/master
Commit: 50b4b306c9719c73bc2cee07719a38c1de7742b2
Parents: 602c064 7ab8379
Author: Jesse MacFadyen <purplecabb...@gmail.com>
Authored: Sat Oct 6 02:17:14 2012 -0700
Committer: Jesse MacFadyen <purplecabb...@gmail.com>
Committed: Sat Oct 6 02:17:14 2012 -0700

----------------------------------------------------------------------
 lib/common/commandProxy.js                         |   46 ++++++++++
 lib/windows8/exec.js                               |   67 ++-------------
 lib/windows8/platform.js                           |   22 +++++
 lib/windows8/plugin/windows8/AccelerometerProxy.js |   12 ++-
 lib/windows8/plugin/windows8/CameraProxy.js        |    2 +
 lib/windows8/plugin/windows8/CaptureProxy.js       |    2 +
 lib/windows8/plugin/windows8/CompassProxy.js       |    2 +
 lib/windows8/plugin/windows8/DeviceProxy.js        |   15 +++-
 lib/windows8/plugin/windows8/FileProxy.js          |    2 +
 lib/windows8/plugin/windows8/FileTransferProxy.js  |   21 +++++
 lib/windows8/plugin/windows8/MediaProxy.js         |    2 +
 lib/windows8/plugin/windows8/NetworkStatusProxy.js |    3 +
 lib/windows8/plugin/windows8/NotificationProxy.js  |    2 +
 lib/windows8/plugin/windows8/device.js             |   57 ------------
 14 files changed, 134 insertions(+), 121 deletions(-)
----------------------------------------------------------------------


Reply via email to