mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 11:54:25 +00:00
[Mobile] Debug
Added debug statement to print to console.
This commit is contained in:
parent
0f89e98a71
commit
54b6cd1100
@ -143,6 +143,8 @@ define(
|
||||
|
||||
$scope.treeSlide = function () {
|
||||
$scope.treeClass = !$scope.treeClass;
|
||||
// FUTURE: Remove before merge
|
||||
console.log($scope.treeClass ? "browse-showtree" : "browse-hidetree");
|
||||
};
|
||||
|
||||
// Listen for changes in navigation state.
|
||||
|
Loading…
x
Reference in New Issue
Block a user