Make sure the old storage key is removed after migration

pull/1/head
yflory 2017-06-08 18:35:20 +02:00
parent b0fe04381d
commit 51e0d40572
1 changed files with 1 additions and 0 deletions

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);