Cache contributors in IndexedDB

This commit is contained in:
2020-05-27 17:33:36 +02:00
parent 871731110b
commit 50e1fc728c
3 changed files with 21 additions and 5 deletions
+3
View File
@@ -19,4 +19,7 @@ export default EmberObject.extend({
wiki_username: null,
zoom_display_name: null,
serialize() {
return JSON.stringify(this);
}
});