fix for #592, added http method

This commit is contained in:
Tony Tam
2014-09-19 11:35:37 -07:00
parent 7570e85389
commit a0f398853a
4 changed files with 72 additions and 29 deletions

View File

@@ -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: {