summaryrefslogtreecommitdiffstats
path: root/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js
diff options
context:
space:
mode:
Diffstat (limited to 'oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js')
-rw-r--r--oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js b/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js
index 422e53d..f058b09 100644
--- a/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js
+++ b/oom-app-overlay/src/main/webapp/app/oom/cloudify/blueprint-service.js
@@ -108,7 +108,7 @@ appDS2.factory('BlueprintService', function ($http, $q, $log) {
$log.error('BlueprintService.deleteBlueprint failed: ' + JSON.stringify(error));
return $q.reject(error.statusText);
});
- },
+ }
};
});