Make sure the old storage key is removed after migration

pull/1/head
yflory 8 years ago
parent b0fe04381d
commit 51e0d40572

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

Loading…
Cancel
Save