Skip to content

Commit a54ce5f

Browse files
authored
Merge pull request #57 from TomKaltz/TomKaltz-fix-format-1
hyperdeck.format fix context scoping
2 parents 8677e0d + 19aef9f commit a54ce5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperdeck/hyperdeck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var Hyperdeck = function(config) {
6868
}
6969
var token = response.rawData;
7070
return this.makeRequest('format: confirm: ' + token);
71-
});
71+
}.bind(this));
7272
};
7373
};
7474

0 commit comments

Comments
 (0)