Skip to content

Commit 24b4cf5

Browse files
committed
use opts.useJQuery
1 parent 7fe4f78 commit 24b4cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/types/operation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ Operation.prototype.execute = function (arg1, arg2, arg3, arg4, parent) {
579579
url: url,
580580
method: this.method.toUpperCase(),
581581
body: body,
582-
useJQuery: this.useJQuery,
582+
useJQuery: opts.useJQuery,
583583
headers: headers,
584584
on: {
585585
response: function (response) {

0 commit comments

Comments
 (0)