Skip to content

Commit

Permalink
Merge pull request #57 from TomKaltz/TomKaltz-fix-format-1
Browse files Browse the repository at this point in the history
hyperdeck.format fix context scoping
  • Loading branch information
tjenkinson authored Jun 11, 2018
2 parents 8677e0d + 19aef9f commit a54ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperdeck/hyperdeck.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var Hyperdeck = function(config) {
}
var token = response.rawData;
return this.makeRequest('format: confirm: ' + token);
});
}.bind(this));
};
};

Expand Down

0 comments on commit a54ce5f

Please sign in to comment.