Skip to content
Snippets Groups Projects
Unverified Commit afd52c6b authored by Morris Jobke's avatar Morris Jobke
Browse files

Remove setCustomJs of the files_external FrontendDefinitionTrait


Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 89f92e3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment