Skip to content

Commit f1001bd

Browse files
committed
fixed type
1 parent d0373a3 commit f1001bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
results.length = errors.length = objects.length;
203203

204204
if (total === 0) {
205-
return AV.Promise.as.apply(this, result);
205+
return AV.Promise.as.call(this);
206206
}
207207

208208
var promise = new AV.Promise();

0 commit comments

Comments
 (0)