Skip to content

Commit bdba8b5

Browse files
committed
Avoiding BookmarkManager interface instantiation
1 parent 878ae35 commit bdba8b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/bookmark-manager.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
* @interface
2323
*/
2424
export default class BookmarkManager {
25+
constructor () {
26+
throw new Error('Not implemented')
27+
}
28+
2529
/**
2630
* Method called when the bookmarks get updated when a transaction finished.
2731
*

0 commit comments

Comments
 (0)