Skip to content

Commit 64fa87d

Browse files
committed
Moves comment [minor]
1 parent 7e723ad commit 64fa87d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

htmlpreview.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@
204204

205205
const fetchProxy = function (url, options, i) {
206206
const proxy = [
207-
'', // try without proxy first
207+
// try without proxy first
208+
'',
208209
'https://api.codetabs.com/v1/proxy/?quest='
209210
];
210211
return fetch(proxy[i] + url, options).then(function (res) {

0 commit comments

Comments
 (0)