Browse Source

Removed unnecessary comma

master
Alexander Belov 9 years ago
parent
commit
b77fc511f9
  1. 2
      app/js/lib/ng_utils.js

2
app/js/lib/ng_utils.js

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

Loading…
Cancel
Save