Update legacy.js

This commit is contained in:
2025-08-11 02:04:49 +02:00
committed by GitHub
parent c83e987550
commit c3c47dc025
+4
View File
@@ -675,3 +675,7 @@ var LegacyExtension = class {
}
}
};
function init(metadata) {
return new LegacyExtension(metadata);
}