mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
More closely matching coding style within the file
This commit is contained in:
parent
b5b3a1545b
commit
f3d6c62484
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@
|
|||
if ($scope.$parent._expandedMenu) {
|
||||
$scope.$parent._expandedMenu.menu = null;
|
||||
}
|
||||
if ($scope._expandedMenu) $scope._expandedMenu.menu = null;
|
||||
if ($scope._expandedMenu) {
|
||||
$scope._expandedMenu.menu = null;
|
||||
}
|
||||
$scope.$apply()
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue