mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
|
/** document me */
|
||
|
var tools = {
|
||
|
/** document me */
|
||
|
serialiser: {
|
||
|
/** document me */
|
||
|
value: ''
|
||
|
}
|
||
|
};
|