Fixed bugs in platform.js and FileProxy.js

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

Branch: refs/heads/master
Commit: 743e3d211f69c6aa52f264a0156168ff533ac051
Parents: 0b33be8
Author: mpberk <matthew.p.b...@intel.com>
Authored: Thu Aug 30 13:52:21 2012 -0700
Committer: mpberk <matthew.p.b...@intel.com>
Committed: Thu Aug 30 13:52:21 2012 -0700

----------------------------------------------------------------------
 lib/windows8/platform.js                  |    3 ---
 lib/windows8/plugin/windows8/FileProxy.js |    4 +---
 2 files changed, 1 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/743e3d21/lib/windows8/platform.js
----------------------------------------------------------------------
diff --git a/lib/windows8/platform.js b/lib/windows8/platform.js
index 8a7364d..1ee3e48 100644
--- a/lib/windows8/platform.js
+++ b/lib/windows8/platform.js
@@ -26,9 +26,6 @@ module.exports = {
         }
     },
     merges: {
-               Entry: {
-                   path: 'cordova/plugin/windows8/Entry'
-        },
         MediaFile: {
             path: "cordova/plugin/windows8/MediaFile"
         },

http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/743e3d21/lib/windows8/plugin/windows8/FileProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/FileProxy.js 
b/lib/windows8/plugin/windows8/FileProxy.js
index 749dda2..a88482f 100644
--- a/lib/windows8/plugin/windows8/FileProxy.js
+++ b/lib/windows8/plugin/windows8/FileProxy.js
@@ -1,6 +1,4 @@
-var cordova = require('cordova'),
-    FileError = require('fileError'),
-    Flags = require('flags');
+var cordova = require('cordova');
 
 
 module.exports = { //Merges with common

Reply via email to