Skip to content

Commit

Permalink
Merge pull request #91202 from Faless/web/fix_cc_typedef
Browse files Browse the repository at this point in the history
[Web] Fix closure compiler typedef annotation
  • Loading branch information
akien-mga committed Apr 29, 2024
2 parents d7340a0 + 8079cd4 commit 8211b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions platform/web/js/engine/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ const Features = { // eslint-disable-line no-unused-vars
*
* @returns {Array<string>} A list of human-readable missing features.
* @function Engine.getMissingFeatures
* @typedef {{ threads: boolean }} SupportedFeatures
* @param {SupportedFeatures} supportedFeatures
* @param {{threads: (boolean|undefined)}} supportedFeatures
*/
getMissingFeatures: function (supportedFeatures = {}) {
const {
Expand Down

0 comments on commit 8211b0d

Please sign in to comment.