Remove setCustomJs of the files_external FrontendDefinitionTrait
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
89f92e3c22
commit
afd52c6b12
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue