aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid
diff options
context:
space:
mode:
authoranushadasari <danush10@in.ibm.com>2019-09-05 21:31:53 +0530
committeranushadasari <danush10@in.ibm.com>2019-09-05 21:33:18 +0530
commit13b9eaae1fc3b40daae686504b8b2dc706703006 (patch)
tree211eb62ac54e65f38e4868343ac5a6baccb8b461 /vid-app-common/src/main/webapp/app/vid
parent435d688a7ae71c726ca7e96f8d0bb61d01afb592 (diff)
Add Semicolon at the end
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 lin Issue-ID: VID-607 Change-Id: Ibde377c9a1f4fe473d8f2c0542657888cfbd44c5 Signed-off-by: anushadasari <danush10@in.ibm.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js b/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
index e127d5d74..93323d911 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/directives/search.js
@@ -27,5 +27,5 @@ appDS2.directive('searchText', function() {
scope: {
searchString : '='
}
- }
+ };
});