refactor error cases

This commit is contained in:
Javier 2016-01-22 17:42:49 -03:00
commit 81dcbbc5b4
2 changed files with 15 additions and 11 deletions

View file

@ -36,7 +36,7 @@ bwcModule.provider("bwcService", function() {
};
service.getErrors = function() {
return Client.Errors;
return Client.errors;
};
service.getSJCL = function() {