Parcourir la source

Удалил устаревшее

Book Pauk il y a 3 ans
Parent
commit
4a9eb7e4bb
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      client/components/Reader/share/bookManager.js

+ 0 - 3
client/components/Reader/share/bookManager.js

@@ -17,9 +17,6 @@ const bmDataStore = localForage.createInstance({
 });
 
 //список недавно открытых книг
-const bmRecentStoreOld = localForage.createInstance({
-    name: 'bmRecentStore'
-});
 const bmRecentStoreNew = localForage.createInstance({
     name: 'bmRecentStoreNew'
 });