Remove setCustomJs of the files_external FrontendDefinitionTrait

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-08-13 21:49:50 +02:00
parent 89f92e3c22
commit afd52c6b12
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 0 additions and 10 deletions

View File

@ -106,16 +106,6 @@ trait FrontendDefinitionTrait {
return $this;
}
/**
* @param string $custom
* @return self
* @deprecated 9.1.0, use addCustomJs() instead
*/
public function setCustomJs($custom) {
$this->customJs = [$custom];
return $this;
}
/**
* Serialize into JSON for client-side JS
*