summaryrefslogtreecommitdiff
path: root/client/js/services/Compute.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/services/Compute.js')
-rw-r--r--client/js/services/Compute.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/js/services/Compute.js b/client/js/services/Compute.js
index c5c8da9..70359ee 100644
--- a/client/js/services/Compute.js
+++ b/client/js/services/Compute.js
@@ -31,8 +31,8 @@ mainApp.factory('Compute',[ '$http', 'Identity', function($http, Identity){
// Return services objects
return {
- getMachines: getMachines
- pullData: pullData
+ getMachines: getMachines,
+ pullData: pullData,
data:data
};