mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Use const instead of let on never reassigned var
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
This commit is contained in:
parent
2677a17c8a
commit
22887c47bc
@ -11,7 +11,7 @@ function atSideNavLink (scope, element, attrs, ctrl) {
|
||||
}
|
||||
|
||||
function AtSideNavController ($scope, $window) {
|
||||
let vm = this || {};
|
||||
const vm = this || {};
|
||||
const breakpoint = 700;
|
||||
|
||||
vm.isExpanded = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user