From b6f82d5fa8bb57c70604e534dacd5a6749058db4 Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Thu, 25 Jul 2024 11:01:35 +0200 Subject: [PATCH] Fix broken JSDoc Sneaked in while introducing the the history injection. Change-Id: Icb5206751a55582acfb108230cd2d57d22d5a6f0 --- modules/ext.RevisionSlider.DiffPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ext.RevisionSlider.DiffPage.js b/modules/ext.RevisionSlider.DiffPage.js index 8478765d..eda83236 100644 --- a/modules/ext.RevisionSlider.DiffPage.js +++ b/modules/ext.RevisionSlider.DiffPage.js @@ -2,8 +2,8 @@ * Module handling diff page reloading and the RevisionSlider browser history * * @class Diffpage - * @param {History} [historyObj] defaults to the global History object - * ] * @constructor + * @param {History} [historyObj] Defaults to the global History object + * @constructor */ function DiffPage( historyObj ) { this.lastRequest = null;