updated lib to address content types

This commit is contained in:
Tony Tam
2015-01-29 20:07:34 -08:00
parent ffce59099a
commit a03075eb04
2 changed files with 2 additions and 2 deletions

View File

@@ -2173,8 +2173,8 @@ Operation.prototype.execute = function(arg1, arg2, arg3, arg4, parent) {
fail(message);
return;
}
var headers = this.getHeaderParams(args);
headers = this.setContentTypes(args, opts);
var body = this.getBody(headers, args);
var url = this.urlify(args);