1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Fix lint error after rebasing

This commit is contained in:
gconsidine 2017-09-19 15:26:38 -04:00
parent 0b50794614
commit b7d4f0b5ff
No known key found for this signature in database
GPG Key ID: CC78E4D5913BB71D

View File

@ -158,7 +158,7 @@ function AtPopoverController () {
popover.style.visibility = 'visible';
popover.style.opacity = 1;
if (scope.popover.position === 'right') {
if (scope.popover.position === 'right') {
vm.displayRight(positions);
} else if (scope.popover.position === 'top') {
vm.displayTop(positions);