fix regression on 9a23229d94, comma was actually a needed separator

This commit is contained in:
Daan Hoogland 2015-11-26 14:07:14 +01:00
parent 45fa8ffb20
commit 781702aea7
1 changed files with 1 additions and 1 deletions

View File

@ -1405,7 +1405,7 @@
});
}
});
}
},
error: function(json) {
complete({ error: parseXMLHttpResponse(json) });
}