From f8a310cff122d52d4eda3458c8e06b86f812139b Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Tue, 24 Sep 2013 18:12:44 -0400 Subject: [PATCH] [CB-4903] File Plugin not loading Windows8 --- src/windows8/FileProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js index 6da9dd078..1445ae705 100644 --- a/src/windows8/FileProxy.js +++ b/src/windows8/FileProxy.js @@ -842,4 +842,4 @@ module.exports = { }; -require("cordova/commandProxy").add("File",module.exports); +require("cordova/windows8/commandProxy").add("File",module.exports);