updated lib

This commit is contained in:
Tony Tam
2014-09-25 06:04:18 -04:00
parent af6eed4eb4
commit 0209cdd42b
2 changed files with 2 additions and 2 deletions

View File

@@ -659,7 +659,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: {

View File

@@ -659,7 +659,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: {