Skip to content

Commit afcdb5f

Browse files
committed
remove
1 parent d28acb0 commit afcdb5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

special-pages/pages/new-tab/app/service.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ export class Service {
6767
return /** @type {Data} */ (this.data);
6868
}
6969

70-
/**
71-
* @param {Data} d
72-
*/
73-
publish(d) {
74-
this._accept(d, 'subscription');
75-
}
76-
7770
/**
7871
* This is convenience to prevent the boilerplate of dealing with the
7972
* eventTarget directly.

0 commit comments

Comments
 (0)