Browse Source

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

Book Pauk 3 năm trước cách đây
mục cha
commit
4a9eb7e4bb
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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'
 });