mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 17:36:35 +00:00
MobileArticleTarget: Remove a method that just calls the parent
Follow-up to 500462f4b2
.
Change-Id: I1916a58b8814d1f03a14a35881f531d9de319736
This commit is contained in:
parent
4184d44dc5
commit
9cbc22c70d
|
@ -119,14 +119,6 @@ ve.init.mw.MobileArticleTarget.prototype.activateSurfaceForToolbar = function ()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Destroy the target
|
|
||||||
*/
|
|
||||||
ve.init.mw.MobileArticleTarget.prototype.destroy = function () {
|
|
||||||
// Parent method
|
|
||||||
ve.init.mw.MobileArticleTarget.super.prototype.destroy.call( this );
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue