8000 very minor change · jxmot/github-graphql-snippets@e65718e · GitHub
[go: up one dir, main page]

Skip to content

Commit e65718e

Browse files
committed
very minor change
1 parent dcfc015 commit e65718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gh-graphql/assets/js/ghapi-v4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function gqlPost(gql, respout) {
2424
xhr.setRequestHeader('Accept', 'application/vnd.github.bane-preview+json');
2525
xhr.setRequestHeader('Content-Type', 'application/graphql');
2626

27-
xhr.onreadystatechange = function() { // Call a function when the state changes.
27+
xhr.onreadystatechange = function() {
2828
if (this.readyState === XMLHttpRequest.DONE) {
2929
if(this.status === 200) {
3030
$(document).trigger('resprcvd', JSON.stringify(JSON.parse(this.response), null, 2));

0 commit comments

Comments
 (0)
0