编辑器不再自动格式化

This commit is contained in:
2024-11-29 14:43:36 +08:00
parent 385241ac01
commit 8cc9258cf7
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
if( typeof sync === "function") sync(); if( typeof sync === "function") sync();
} }
}); });
prettyPrint(); // prettyPrint();
}); });
}),100); }),100);
</script> </script>

View File

@@ -24,7 +24,7 @@
}); });
} }
}); });
prettyPrint(); // prettyPrint();
}); });
</script> </script>

View File

@@ -24,7 +24,7 @@
}); });
} }
}); });
prettyPrint(); // prettyPrint();
}); });
</script> </script>