Removed unnecessary comma

This commit is contained in:
Alexander Belov 2015-02-15 20:03:00 +03:00
parent 5a405d10f9
commit b77fc511f9

View File

@ -45,7 +45,7 @@ angular.module('izhukov.utils', [])
return {then: function (cb, badcb) { return {then: function (cb, badcb) {
return badcb(result); return badcb(result);
}}; }};
}, }
} }
}) })