Skip to content

Commit 68fc17b

Browse files
save file
1 parent c5b058a commit 68fc17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/editors/js-console/html/output-console/v2.0/output-console-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
293293
</scr`+`ipt>
294294
`;
295-
var url = window.URL.createObhectURL(new Blob([html]));
295+
var url = window.URL.createObjectURL(new Blob([html]));
296296
iframe.src = url;
297297
iframe.onload = onload;
298298
cur.root.append(iframe);

0 commit comments

Comments
 (0)