mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Remove unused doc block.
This commit is contained in:
@@ -242,14 +242,6 @@ export class BrowserApi {
|
||||
return tabs.find((t) => t.windowId === currentWindowId) ?? tabs[0];
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param tab
|
||||
* @param command
|
||||
* @param data
|
||||
* @returns
|
||||
*/
|
||||
|
||||
static tabSendMessageData(
|
||||
tab: chrome.tabs.Tab,
|
||||
command: string,
|
||||
|
||||
Reference in New Issue
Block a user