Fix phpcs
This commit is contained in:
parent
cdfb9254b3
commit
1f25f2bb7e
@ -7004,7 +7004,8 @@ abstract class CommonObject
|
|||||||
* @param string $type Type for prefix
|
* @param string $type Type for prefix
|
||||||
* @return string Javacript code to manage dependency
|
* @return string Javacript code to manage dependency
|
||||||
*/
|
*/
|
||||||
public function getJSListDependancies($type='_extra') {
|
public function getJSListDependancies($type = '_extra')
|
||||||
|
{
|
||||||
$out .= '
|
$out .= '
|
||||||
<script>
|
<script>
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user