mirror of https://github.com/apache/cloudstack.git
Merge pull request #1128 from DaanHoogland/trailing-commas
fix regression, comma was a needed separator
* pr/1128:
fix regression on 9a23229d94, comma was actually a needed separator
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
commit
806807f8e6
|
|
@ -1405,7 +1405,7 @@
|
|||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
error: function(json) {
|
||||
complete({ error: parseXMLHttpResponse(json) });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue