(key)
| 3638 | } |
| 3639 | |
| 3640 | function deleteBookmark(key) |
| 3641 | { |
| 3642 | readingCurrentBookmarks.splice(key, 1); |
| 3643 | storage.updateVar('bookmarks', relative.path(dom.history.mainPath), readingCurrentBookmarks); |
| 3644 | |
| 3645 | loadBookmarks(true); |
| 3646 | } |
| 3647 | |
| 3648 | var fromSkip = false; |
| 3649 |
nothing calls this directly
no test coverage detected