mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-13 03:23:18 +03:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
|
function sendMessage(text) {
|
||
|
/** document me */
|
||
|
var encoding = 'utf8';
|
||
|
|
||
|
/** document me */
|
||
|
function encrypt(){}
|
||
|
}
|