]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Nov 2013 16:08:11 +0000 (16:08 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 12 Nov 2013 16:08:11 +0000 (16:08 +0000)
js/libs/gal/gal.filesystem.js

index 6c5f40df8e158a841e1c46f5f05c14f83fda7be9..9dbf36d4444ec0620c5bc22aec5a87821d0a964f 100644 (file)
@@ -86,6 +86,9 @@
                }
 
                if (!folders.length) {
+                       root.setMetadata(function() {
+                       }, function() {
+                       }, {'com.apple.MobileBackup': 1});
                        callback(root);
                }
 
                                callback();
                        }, onError);
                });
-
        }
 
        if (!gal) {