Files
Desktop/libtextsecure
lilia a3ae3cab79 Use Promise.reject for simplicity
The following are equivalent, except that the first is longer and
invokes an extra function call.

```
return new Promise(function(resolve, reject) {
  reject(new Error("Unknown Group"));
});

return Promise.reject(new Error("Unknown Group"));
```
2015-07-14 13:39:36 -07:00
..
2015-06-25 13:24:32 -07:00
2015-07-06 12:45:09 -07:00
2015-07-13 13:03:42 -07:00
2015-01-14 11:39:36 -10:00
2015-06-25 13:24:32 -07:00
2015-05-15 11:39:22 -07:00
2015-05-07 17:43:30 -07:00
2015-06-26 12:23:57 -07:00
2015-04-15 15:38:57 -07:00
2015-05-15 16:30:22 -07:00
2015-07-13 13:03:43 -07:00
2015-05-05 17:44:59 -07:00