Fix broken JSDoc

Sneaked in while introducing the the history injection.

Change-Id: Icb5206751a55582acfb108230cd2d57d22d5a6f0
This commit is contained in:
WMDE-Fisch 2024-07-25 11:01:35 +02:00
parent 85d5d2f4db
commit b6f82d5fa8

View file

@ -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;