You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/06 01:38:28 UTC

[7/25] js commit: whitespace

whitespace


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

Branch: refs/heads/master
Commit: beb8dda1960091747ede0fd792ad1fed376722a5
Parents: 6f0db27
Author: purplecabbage <pu...@gmail.com>
Authored: Wed Oct 31 15:16:01 2012 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Wed Oct 31 15:16:01 2012 -0700

----------------------------------------------------------------------
 lib/windows8/plugin/windows8/DeviceProxy.js |    2 +-
 lib/windows8/plugin/windows8/MediaProxy.js  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/beb8dda1/lib/windows8/plugin/windows8/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/DeviceProxy.js b/lib/windows8/plugin/windows8/DeviceProxy.js
index 5c04bec..305cc33 100644
--- a/lib/windows8/plugin/windows8/DeviceProxy.js
+++ b/lib/windows8/plugin/windows8/DeviceProxy.js
@@ -75,7 +75,7 @@ module.exports = {
                 }, function () {
                     fail(FileError.NOT_FOUND_ERR);
                 });
-                
+
             },
             fail && fail());
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/beb8dda1/lib/windows8/plugin/windows8/MediaProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/MediaProxy.js b/lib/windows8/plugin/windows8/MediaProxy.js
index 6300510..5b8e7ef 100644
--- a/lib/windows8/plugin/windows8/MediaProxy.js
+++ b/lib/windows8/plugin/windows8/MediaProxy.js
@@ -23,7 +23,7 @@
 
 var cordova = require('cordova'),
     Media = require('cordova/plugin/Media');
-    
+
 var MediaError = require('cordova/plugin/MediaError');
 
 module.exports = {