MobileArticleTarget: Remove a method that just calls the parent

Follow-up to 500462f4b2.

Change-Id: I1916a58b8814d1f03a14a35881f531d9de319736
This commit is contained in:
Bartosz Dziewoński 2019-06-04 15:51:39 -04:00
parent 4184d44dc5
commit 9cbc22c70d

View file

@ -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
*/