From: Vincent Vanwaelscappel Date: Tue, 12 Nov 2013 16:08:11 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dfc12a9927079e427ef56a5dc83ce4754555fc05;p=fluidbook-html5.git --- diff --git a/js/libs/gal/gal.filesystem.js b/js/libs/gal/gal.filesystem.js index 6c5f40df..9dbf36d4 100644 --- a/js/libs/gal/gal.filesystem.js +++ b/js/libs/gal/gal.filesystem.js @@ -86,6 +86,9 @@ } if (!folders.length) { + root.setMetadata(function() { + }, function() { + }, {'com.apple.MobileBackup': 1}); callback(root); } @@ -262,7 +265,6 @@ callback(); }, onError); }); - } if (!gal) {