| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8f08328 commit 24fbbf2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -154,9 +154,6 @@ class SourceMap { | |||
| 154 | 154 | return cloneSourceMapV3(this.#payload); | |
| 155 | 155 | } | |
| 156 | 156 | ||
| 157 | - /** | ||
| 158 | - * @param {SourceMapV3} mappingPayload | ||
| 159 | - */ | ||
| 160 | 157 | #parseMappingPayload = () => { | |
| 161 | 158 | if (this.#payload.sections) { | |
| 162 | 159 | this.#parseSections(this.#payload.sections); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments