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