[Layout] Fix comment
Change inaccurate comment based on feedback from code review for WTD-1182.
This commit is contained in:
@@ -69,7 +69,8 @@ define(
|
|||||||
function lookupPanels(ids) {
|
function lookupPanels(ids) {
|
||||||
var configuration = $scope.configuration || {};
|
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 || [];
|
ids = ids || [];
|
||||||
|
|
||||||
// Pull panel positions from configuration
|
// Pull panel positions from configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user