mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-27 16:50:09 +00:00
Fix broken JSDoc
Sneaked in while introducing the the history injection. Change-Id: Icb5206751a55582acfb108230cd2d57d22d5a6f0
This commit is contained in:
parent
85d5d2f4db
commit
b6f82d5fa8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue