replaced named func with anonymous func 52/76052/1
authorDriptaroop Das <driptaroop.das@in.ibm.com>
Mon, 21 Jan 2019 07:36:28 +0000 (13:06 +0530)
committerDriptaroop Das <driptaroop.das@in.ibm.com>
Mon, 21 Jan 2019 07:38:53 +0000 (13:08 +0530)
commita09162b81f23cd295d7bd6481398993faa8dfdeb
tree442c33c79429a71af3f6cc698ccb83273ada2762
parent2a7168b9bd968191413140e8c2afd72d6f47a26b
replaced named func with anonymous func

replaced named function with anonymous function. While named function expressions might be useful for debugging purposes, some browsers do not support them correctly (for example Internet Explorer 8).

Issue-ID: VID-389
Change-Id: Ia0943a1bd765b1b9d5909c68af97ae11b1060255
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js