Updated Branches: refs/heads/master bb054df80 -> 2c5b47fdb
Fixing JSON error in FileEntry docs Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/2c5b47fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/2c5b47fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/2c5b47fd Branch: refs/heads/master Commit: 2c5b47fdba009bdb0462cfc5b77dad1ccf1eae15 Parents: bb054df Author: macdonst <simon.macdon...@gmail.com> Authored: Fri Jun 1 08:47:56 2012 -0400 Committer: macdonst <simon.macdon...@gmail.com> Committed: Fri Jun 1 08:47:56 2012 -0400 ---------------------------------------------------------------------- docs/en/edge/cordova/file/fileentry/fileentry.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/2c5b47fd/docs/en/edge/cordova/file/fileentry/fileentry.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/cordova/file/fileentry/fileentry.md b/docs/en/edge/cordova/file/fileentry/fileentry.md index 36d3f54..cc023fe 100644 --- a/docs/en/edge/cordova/file/fileentry/fileentry.md +++ b/docs/en/edge/cordova/file/fileentry/fileentry.md @@ -107,7 +107,7 @@ __Quick Example__ } // Set the metadata - entry.setMetadata(success, fail, { "com.apple.MobileBackup", 1}); + entry.setMetadata(success, fail, { "com.apple.MobileBackup": 1}); __iOS Quirk__ - only the **"com.apple.MobileBackup"** extended attribute is supported. Set the value to **1** to NOT enable the file to be backed up by iCloud. Set the value to **0** to re-enable the file to be backed up by iCloud.