fix for #592, added http method
This commit is contained in:
@@ -664,7 +664,7 @@ Operation.prototype.execute = function(arg1, arg2, arg3, arg4, parent) {
|
||||
|
||||
var obj = {
|
||||
url: url,
|
||||
method: args.method,
|
||||
method: this.method,
|
||||
useJQuery: this.useJQuery,
|
||||
headers: headers,
|
||||
on: {
|
||||
|
||||
Reference in New Issue
Block a user