PSR 2 compliance and beautify javascript

This commit is contained in:
Simon Vieille 2020-04-09 14:16:40 +02:00
parent 47bcf68218
commit 299abe5e96
Signed by: deblan
GPG key ID: 03383D15A1D31745
4 changed files with 9 additions and 9 deletions

View file

@ -35,7 +35,8 @@ class Admin implements ISettings
/** @var IConfig */
private $config;
public function __construct(IL10N $l, ILogger $logger, IConfig $config) {
public function __construct(IL10N $l, ILogger $logger, IConfig $config)
{
$this->l = $l;
$this->logger = $logger;
$this->config = $config;

View file

@ -23,8 +23,7 @@ Vue.prototype.OC = OC
Vue.prototype.OC = OCP
const View = Vue.extend(SideMenu)
const sideMenu = new View({
})
const sideMenu = new View({})
const mountSideMenuComponent = () => {
const sideMenuContainer = document.querySelector('#side-menu')