fix typo
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/39d6d463 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/39d6d463 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/39d6d463 Branch: refs/heads/master Commit: 39d6d463eccdf5d73f88468f76989ef4ffb99b32 Parents: ba142db Author: Jesse MacFadyen <[email protected]> Authored: Tue Jul 8 15:41:37 2014 -0700 Committer: Jesse MacFadyen <[email protected]> Committed: Tue Jul 8 17:02:44 2014 -0700 ---------------------------------------------------------------------- src/windows8/FileProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/39d6d463/src/windows8/FileProxy.js ---------------------------------------------------------------------- diff --git a/src/windows8/FileProxy.js b/src/windows8/FileProxy.js index d4ff33f..e9fc0db 100644 --- a/src/windows8/FileProxy.js +++ b/src/windows8/FileProxy.js @@ -354,7 +354,7 @@ module.exports = { return; - var storageFolderPer = Windows.Storage.ApplicationData.current.localFoldser; + var storageFolderPer = Windows.Storage.ApplicationData.current.localFolder; var storageFolderTem = Windows.Storage.ApplicationData.current.temporaryFolder; if (storageFolder.path == storageFolderPer.path || storageFolder.path == storageFolderTem.path) {
