Skip to content

Commit

Permalink
consistent quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jul 3, 2023
1 parent 4e52210 commit d076edf
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions extensions/godslayerakp/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
blockType: BlockType.REPORTER,
text: 'status text'
},
"---",
'---',
{
opcode: 'getHeaderJSON',
blockType: BlockType.REPORTER,
Expand All @@ -261,7 +261,7 @@
},
text: 'get [name] from header'
},
"---",
'---',
{
opcode: 'requestComplete',
blockType: BlockType.BOOLEAN,
Expand All @@ -277,7 +277,7 @@
blockType: BlockType.BOOLEAN,
text: 'request succeeded?'
},
"---",
'---',
{
opcode: 'onResponse',
blockType: BlockType.HAT,
Expand All @@ -292,7 +292,7 @@
},
{
blockType: Scratch.BlockType.LABEL,
text: "Request"
text: 'Request'
},
{
opcode: 'setMimeType',
Expand Down Expand Up @@ -457,31 +457,31 @@
},
mimeType: {
items: [
"application/javascript",
"application/ogg",
"application/pdf",
"application/json",
"application/ld+json",
"application/xml",
"application/zip",
"audio/mpeg",
"image/gif",
"image/jpeg",
"image/png",
"image/tiff",
"image/x-icon",
"image/svg+xml",
"text/css",
"text/csv",
"text/html",
"text/plain",
"text/xml",
"video/mpeg",
"video/mp4",
"video/x-ms-wmv",
"video/x-msvideo",
"video/x-flv",
"video/webm"
'application/javascript',
'application/ogg',
'application/pdf',
'application/json',
'application/ld+json',
'application/xml',
'application/zip',
'audio/mpeg',
'image/gif',
'image/jpeg',
'image/png',
'image/tiff',
'image/x-icon',
'image/svg+xml',
'text/css',
'text/csv',
'text/html',
'text/plain',
'text/xml',
'video/mpeg',
'video/mp4',
'video/x-ms-wmv',
'video/x-msvideo',
'video/x-flv',
'video/webm'
],
acceptReporters: true
}
Expand Down

0 comments on commit d076edf

Please sign in to comment.