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