mirror of
https://github.com/Doodle3D/Doodle3D-API
synced 2024-12-23 14:13:47 +01:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
/* */
|
|
module.exports = function($){
|
|
$.FW = true;
|
|
$.path = $.g;
|
|
return $;
|
|
}; |