mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
3 lines
203 B
JavaScript
3 lines
203 B
JavaScript
(function() {var implementors = {};
|
|
implementors["map_editor"] = [];
|
|
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() |