indentation

This commit is contained in:
ed 2026-04-10 19:36:06 +00:00
parent 6b3419b38f
commit 55d37364a6

View file

@ -1216,9 +1216,7 @@ onresize100.add(read_sbw, true);
function check_image_support(format, uri) { function check_image_support(format, uri) {
var cached var cached = window['have_' + format] = sread('have_' + format);
= window['have_' + format]
= sread('have_' + format);
if (cached !== null) if (cached !== null)
return; return;