summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js
diff options
context:
space:
mode:
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js')
-rw-r--r--oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js b/oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js
index f1a5698..34414c4 100644
--- a/oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js
+++ b/oom-app-overlay/src/main/webapp/app/oom/cloudify/execution-service.js
@@ -105,6 +105,6 @@ appDS2.factory('ExecutionService', function ($http, $q, $log) {
$log.error('ExecutionService.cancelExecution failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});