You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/03 01:06:41 UTC

[3/4] git commit: [ubuntu] use cordova/exec/proxy

[ubuntu] use cordova/exec/proxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/5a1a7a28
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/5a1a7a28
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/5a1a7a28

Branch: refs/heads/dev
Commit: 5a1a7a28d1818888fb905387ceef0f6d1353924f
Parents: ab9de01
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Fri Nov 22 20:15:56 2013 +0400
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Fri Nov 22 20:15:56 2013 +0400

----------------------------------------------------------------------
 www/ubuntu/FileWriter.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/5a1a7a28/www/ubuntu/FileWriter.js
----------------------------------------------------------------------
diff --git a/www/ubuntu/FileWriter.js b/www/ubuntu/FileWriter.js
index 85cad8a..52a17fc 100644
--- a/www/ubuntu/FileWriter.js
+++ b/www/ubuntu/FileWriter.js
@@ -127,4 +127,4 @@ module.exports = {
     write: write
 };
 
-require("cordova/commandProxy").add("FileWriter", module.exports);
+require("cordova/exec/proxy").add("FileWriter", module.exports);