change the method name 'getFileMetadata' 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/ccbd84b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/ccbd84b7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/ccbd84b7
Branch: refs/heads/master Commit: ccbd84b7b5b201f8975716f1e877182617ad02f9 Parents: 598706c Author: wangmingfeng <mingfengwan...@gmail.com> Authored: Thu Sep 27 11:52:17 2012 +0800 Committer: wangmingfeng <mingfengwan...@gmail.com> Committed: Thu Sep 27 11:52:17 2012 +0800 ---------------------------------------------------------------------- lib/windows8/plugin/windows8/FileProxy.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/ccbd84b7/lib/windows8/plugin/windows8/FileProxy.js ---------------------------------------------------------------------- diff --git a/lib/windows8/plugin/windows8/FileProxy.js b/lib/windows8/plugin/windows8/FileProxy.js index cb25f9b..45185c7 100644 --- a/lib/windows8/plugin/windows8/FileProxy.js +++ b/lib/windows8/plugin/windows8/FileProxy.js @@ -9,7 +9,7 @@ var Entry = require('cordova/plugin/Entry'), module.exports = { - getFileMetaData:function(win,fail,args) { + getFileMetadata:function(win,fail,args) { var fullPath = args[0]; Windows.Storage.StorageFile.getFileFromPathAsync(fullPath).done(