mirror of
https://github.com/wickedest/Mergely.git
synced 2026-04-17 11:28:35 +08:00
fix: Removed whitespace from example
This commit is contained in:
@@ -14,7 +14,6 @@ the quick brown fox
|
|||||||
jumped over the lazy dog
|
jumped over the lazy dog
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
||||||
document.onreadystatechange = function () {
|
document.onreadystatechange = function () {
|
||||||
if (document.readyState !== 'complete') {
|
if (document.readyState !== 'complete') {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user