diff options
Diffstat (limited to 'ext/js/general')
| -rw-r--r-- | ext/js/general/text-source-map.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/general/text-source-map.js b/ext/js/general/text-source-map.js index b03f6eb2..cfccf7c9 100644 --- a/ext/js/general/text-source-map.js +++ b/ext/js/general/text-source-map.js @@ -21,7 +21,7 @@ export class TextSourceMap {       * @param {string} source       * @param {number[]|null} [mapping=null]       */ -    constructor(source, mapping=null) { +    constructor(source, mapping = null) {          /** @type {string} */          this._source = source;          /** @type {?number[]} */ |