mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-04 13:03:47 +03:00
5 lines
No EOL
74 B
JavaScript
5 lines
No EOL
74 B
JavaScript
/** @module */
|
|
define({
|
|
property: "foo",
|
|
method: function() {}
|
|
}); |