mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-23 16:32:55 +03:00
10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
|
/** @namespace */
|
||
|
var contacts = {
|
||
|
|
||
|
/** @namespace */
|
||
|
'say-"hello"@example.com': {
|
||
|
|
||
|
/** document me */
|
||
|
"username": 'Sue Smart'
|
||
|
}
|
||
|
}
|