mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #291 from Zokormazo/fix-const
Use const instead of let on never reassigned var
This commit is contained in:
commit
45c516bf02
@ -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