Skip to content

Commit 7ee3cdf

Browse files
Trottdanielleadams
authored andcommitted
lib: remove erroneous JSDoc entry
The entry contains incorrect parameters and duplicates the subsequent constructor entry. Remove it. (I'm not sure why this is being caught by the linter on my local machine but not in CI.) PR-URL: #41604 Reviewed-By: Mestery <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 5e4fc04 commit 7ee3cdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/internal/source_map/source_map.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ class StringCharIterator {
121121
* Implements Source Map V3 model.
122122
* See https://github.com/google/closure-compiler/wiki/Source-Maps
123123
* for format description.
124-
* @constructor
125-
* @param {string} sourceMappingURL
126-
* @param {SourceMapV3} payload
127124
*/
128125
class SourceMap {
129126
#payload;

0 commit comments

Comments
 (0)