From 3bbfac8f3ba9363fb267bf353687f01884d48924 Mon Sep 17 00:00:00 2001 From: chip Date: Tue, 18 Jun 2024 18:42:40 +0200 Subject: [PATCH] don't use invoke key template name in comment (fix #10084) (#10088) --- core/tauri/scripts/ipc-protocol.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tauri/scripts/ipc-protocol.js b/core/tauri/scripts/ipc-protocol.js index ce89b92e0..f5544f397 100644 --- a/core/tauri/scripts/ipc-protocol.js +++ b/core/tauri/scripts/ipc-protocol.js @@ -8,7 +8,6 @@ * * This is declared outside the `window.__TAURI_INVOKE__` definition to prevent * the key from being leaked by `window.__TAURI_INVOKE__.toString()`. - * @var {string} __TEMPLATE_invoke_key__ */ const __TAURI_INVOKE_KEY__ = __TEMPLATE_invoke_key__