Merge "Exclude external js libs from sonar"
diff --git a/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js b/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js
index 51a7409..d5d124b 100644
--- a/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js
+++ b/ccsdk-app-overlay/src/main/webapp/app/ccsdk/cloudify/blueprint-controllers.js
@@ -100,7 +100,7 @@
 				}
 			}
 		});
-		modalInstance.result.then(function(response) {
+		modalInstance.result.then(function() {
 			// No response.
 		});
 	};