Skip to content

Commit 8f38c58

Browse files
committed
Merge pull request #168 from liangchaoboy/deleteAsyncOps
deleteAsyncOps
2 parents 7f57471 + 61b4351 commit 8f38c58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

qiniu/rs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ function getEncodedEntryUri(bucket, key) {
142142

143143
// ----- token --------
144144
// @gist PutPolicy
145-
function PutPolicy(scope, callbackUrl, callbackBody, returnUrl, returnBody,
146-
asyncOps, endUser, expires, persistentOps, persistentNotifyUrl) {
145+
function PutPolicy(scope, callbackUrl, callbackBody, returnUrl, returnBody, endUser, expires, persistentOps, persistentNotifyUrl) {
147146
this.scope = scope || null;
148147
this.callbackUrl = callbackUrl || null;
149148
this.callbackBody = callbackBody || null;

0 commit comments

Comments
 (0)