[Layout] Fix comment

Change inaccurate comment based on feedback from code
review for WTD-1182.
This commit is contained in:
Victor Woeltjen 2015-06-03 07:49:11 -07:00
parent cde173dbdc
commit a18a7c9960

View File

@ -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