Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
another fix for #62
Browse files Browse the repository at this point in the history
  • Loading branch information
BradMclain committed Aug 10, 2017
1 parent 64a2a96 commit 8dca358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/json/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ prestans.rest.json.Client = function(config) {
*/
this.cancelableRequestIds_ = new Array();

var headers_ = new goog.structs.Map({
var headers_ = new Map({
"Accept": "application/json",
"Prestans-Version": prestans.GLOBALS.VERSION,
"Prestans-Minification": this.minified_ ? "On" : "Off"
Expand Down

0 comments on commit 8dca358

Please sign in to comment.