In JavaScript, the semicolon (;) is optional as a statement separator,
but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.
Issue-ID: CCSDK-1515
Change-Id: I64e50083b9b0fe40fa0ba32723e30adb0dbce08e
Signed-off-by: anushadasari <danush10@in.ibm.com>
$log.error('BlueprintService.deleteBlueprint failed: ' + error);
alert('Service failed to delete blueprint:\n' + error);
});
- })
+ });
};
// Populate the table on load. Note that the b2b selector code