ember-auth-source 9.0.5 → 9.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dist/ember-auth.js +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a138f30280b28d8bc102d93b8159e48200beb48
|
4
|
+
data.tar.gz: 0a2533ccd60bad409bd9aaf385bf7aef0de95833
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 987406bb84d26ebdd539db06a144ea1ecb42c6bf0b22a1775e625db3a862ccc8e59dbe6bb60e4beda7c0ce16fb2ae43c8301c8a532848bc20488fc19ef1750bc
|
7
|
+
data.tar.gz: 316cf902adc4a75269755d81ced247c3121eadd7bee4612aecf911f87ae529de8a8b5a7dc9e1ee80813826e36b98a605b2e9cf4aa6029c5021ffe913628684e9
|
data/dist/ember-auth.js
CHANGED
@@ -174,9 +174,9 @@ void function () {
|
|
174
174
|
promises.push(handler(response));
|
175
175
|
}
|
176
176
|
return get$(Em, 'RSVP').all(promises).then(function () {
|
177
|
-
return resolve(
|
177
|
+
return resolve(response);
|
178
178
|
}).fail(function () {
|
179
|
-
return reject(
|
179
|
+
return reject(response);
|
180
180
|
});
|
181
181
|
})).fail((this$2 = this$, function (response) {
|
182
182
|
var handler, promises;
|
@@ -186,9 +186,9 @@ void function () {
|
|
186
186
|
promises.push(handler(response));
|
187
187
|
}
|
188
188
|
return get$(Em, 'RSVP').all(promises).then(function () {
|
189
|
-
return reject(
|
189
|
+
return reject(response);
|
190
190
|
}).fail(function () {
|
191
|
-
return reject(
|
191
|
+
return reject(response);
|
192
192
|
});
|
193
193
|
}));
|
194
194
|
}));
|