shamrickus commented on code in PR #7420:
URL: https://github.com/apache/trafficcontrol/pull/7420#discussion_r1151913574
##########
traffic_portal/app/src/common/modules/form/deliveryService/FormDeliveryServiceController.js:
##########
@@ -132,6 +132,20 @@ var FormDeliveryServiceController =
function(deliveryService, dsCurrent, origin,
};
$scope.arrayCompare = arrayCompare;
+ /**
+ * This function is called when capability is updated on a DSR
+ */
+ function capabilityChange() {
+ cap = []
Review Comment:
Can be `const`
##########
traffic_portal/app/src/common/modules/form/deliveryService/FormDeliveryServiceController.js:
##########
@@ -132,6 +132,20 @@ var FormDeliveryServiceController =
function(deliveryService, dsCurrent, origin,
};
$scope.arrayCompare = arrayCompare;
+ /**
+ * This function is called when capability is updated on a DSR
+ */
+ function capabilityChange() {
Review Comment:
This function is missing semicolons at the end of a couple lines.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]