Make sure the old storage key is removed after migration

This commit is contained in:
yflory 2017-06-08 18:35:20 +02:00
parent b0fe04381d
commit 51e0d40572

View file

@ -951,6 +951,7 @@ define([
delete parent[okey];
});
});
files[OLD_FILES_DATA] = undefined;
delete files[OLD_FILES_DATA];
} catch(e) {
console.error(e);