fix bugs

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

Branch: refs/heads/master
Commit: 66fa8d3fdffd2b91f92506d51d4e664daae274ff
Parents: 5ee9198
Author: wangmingfeng <mingfengwan...@gmail.com>
Authored: Thu Sep 27 09:40:00 2012 +0800
Committer: wangmingfeng <mingfengwan...@gmail.com>
Committed: Thu Sep 27 09:40:00 2012 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/66fa8d3f/lib/windows8/plugin/windows8/FileTransferProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/FileTransferProxy.js 
b/lib/windows8/plugin/windows8/FileTransferProxy.js
index 78c19db..b1f44d1 100644
--- a/lib/windows8/plugin/windows8/FileTransferProxy.js
+++ b/lib/windows8/plugin/windows8/FileTransferProxy.js
@@ -1,6 +1,6 @@
 var FileTransferError = require('cordova/plugin/FileTransferError'),
     FileUploadResult = require('cordova/plugin/FileUploadResult'),
-    FileEntry = require('cordova/plugins/FireEntry');
+    FileEntry = require('cordova/plugin/FileEntry');
 
 module.exports = {
 

Reply via email to