mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-06-14 18:26:36 +00:00
3 lines
201 B
JavaScript
3 lines
201 B
JavaScript
(function() {var implementors = {};
|
|
implementors["mcaptcha"] = [];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |