Removed unnecessary comma
This commit is contained in:
parent
5a405d10f9
commit
b77fc511f9
@ -45,7 +45,7 @@ angular.module('izhukov.utils', [])
|
|||||||
return {then: function (cb, badcb) {
|
return {then: function (cb, badcb) {
|
||||||
return badcb(result);
|
return badcb(result);
|
||||||
}};
|
}};
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user