mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-02 04:42:23 +03:00
5 lines
89 B
JavaScript
5 lines
89 B
JavaScript
|
/** @module my/module/name */
|
||
|
define({
|
||
|
property: "foo",
|
||
|
method: function() {}
|
||
|
});
|