소스 검색

don't use invoke key template name in comment (fix #10084) (#10088)

chip 1 년 전
부모
커밋
3bbfac8f3b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      core/tauri/scripts/ipc-protocol.js

+ 0 - 1
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__