diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/js/11_workers.js | 2 | ||||
-rw-r--r-- | runtime/js/40_permissions.js | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/runtime/js/11_workers.js b/runtime/js/11_workers.js index f01dc3d5f..86560b20d 100644 --- a/runtime/js/11_workers.js +++ b/runtime/js/11_workers.js @@ -75,7 +75,7 @@ /** * @param {string} permission * @return {(boolean | string[])} - * */ + */ function parseArrayPermission( value, permission, diff --git a/runtime/js/40_permissions.js b/runtime/js/40_permissions.js index 1b053f938..147ae92f0 100644 --- a/runtime/js/40_permissions.js +++ b/runtime/js/40_permissions.js @@ -111,7 +111,6 @@ const statusCache = new Map(); /** - * * @param {Deno.PermissionDescriptor} desc * @param {Deno.PermissionState} state * @returns {PermissionStatus} |