mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Layout] Fix comment
Change inaccurate comment based on feedback from code review for WTD-1182.
This commit is contained in:
parent
cde173dbdc
commit
a18a7c9960
@ -69,7 +69,8 @@ define(
|
||||
function lookupPanels(ids) {
|
||||
var configuration = $scope.configuration || {};
|
||||
|
||||
// Ensure ids is array-like
|
||||
// ids is read from model.composition and may be undefined;
|
||||
// fall back to an array if that occurs
|
||||
ids = ids || [];
|
||||
|
||||
// Pull panel positions from configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user