mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix test breakage
This commit is contained in:
parent
4c3d5632c4
commit
96f8875449
4
test/fixtures/hideconstructortag.js
vendored
4
test/fixtures/hideconstructortag.js
vendored
@ -49,8 +49,8 @@ class WaffleIron {
|
||||
* @hideconstructor
|
||||
*/
|
||||
constructor() {
|
||||
if (#instance) {
|
||||
return #instance;
|
||||
if (this.#instance) {
|
||||
return this.#instance;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user