mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-30 18:14:32 +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
|
* Module handling diff page reloading and the RevisionSlider browser history
|
||||||
*
|
*
|
||||||
* @class Diffpage
|
* @class Diffpage
|
||||||
* @param {History} [historyObj] defaults to the global History object
|
* @param {History} [historyObj] Defaults to the global History object
|
||||||
* ] * @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
function DiffPage( historyObj ) {
|
function DiffPage( historyObj ) {
|
||||||
this.lastRequest = null;
|
this.lastRequest = null;
|
||||||
|
|
Loading…
Reference in a new issue