Merge pull request #91202 from Faless/web/fix_cc_typedef
[Web] Fix closure compiler typedef annotation
This commit is contained in:
commit
8211b0d143
@ -72,8 +72,7 @@ const Features = { // eslint-disable-line no-unused-vars
|
|||||||
*
|
*
|
||||||
* @returns {Array<string>} A list of human-readable missing features.
|
* @returns {Array<string>} A list of human-readable missing features.
|
||||||
* @function Engine.getMissingFeatures
|
* @function Engine.getMissingFeatures
|
||||||
* @typedef {{ threads: boolean }} SupportedFeatures
|
* @param {{threads: (boolean|undefined)}} supportedFeatures
|
||||||
* @param {SupportedFeatures} supportedFeatures
|
|
||||||
*/
|
*/
|
||||||
getMissingFeatures: function (supportedFeatures = {}) {
|
getMissingFeatures: function (supportedFeatures = {}) {
|
||||||
const {
|
const {
|
||||||
|
Loading…
Reference in New Issue
Block a user