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: VID-597
Change-Id: I4d324d96d28a3796b971b83997d72a64ed161ce8
Signed-off-by: anushadasari <danush10@in.ibm.com>
PRIMARY: "primary",\r
PROGRESS_BAR_INFO: "progress-bar progress-bar-info",\r
PROGRESS_BAR_SUCCESS: "progress-bar progress-bar-success",\r
- }\r
+ };\r
\r
var ERROR = {\r
AAI: "A&AI failure - see log below for details",\r
INVALID_DATA_FORMAT: 'Invalid data format.Please check your file content whether it is not in json or not.',\r
MISSING_FILE: 'Please Select JSON File.',\r
\r
- }\r
+ };\r
\r
/*\r
* PARAMETER values indicate field configurations that are provided to\r
STATUS: STATUS,\r
STYLE: STYLE,\r
ERROR: ERROR\r
- }\r
+ };\r
}]);\r