diff options
Diffstat (limited to 'op_crates/web/01_mimesniff.js')
-rw-r--r-- | op_crates/web/01_mimesniff.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/op_crates/web/01_mimesniff.js b/op_crates/web/01_mimesniff.js index 077a40df1..b42dd1409 100644 --- a/op_crates/web/01_mimesniff.js +++ b/op_crates/web/01_mimesniff.js @@ -19,7 +19,7 @@ } = window.__bootstrap.infra; /** - * @typedef MimeType + * @typedef MimeType * @property {string} type * @property {string} subtype * @property {Map<string,string>} parameters @@ -160,7 +160,7 @@ } /** - * @param {MimeType} mimeType + * @param {MimeType} mimeType * @returns {string} */ function essence(mimeType) { @@ -168,7 +168,7 @@ } /** - * @param {MimeType} mimeType + * @param {MimeType} mimeType * @returns {string} */ function serializeMimeType(mimeType) { |