mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
10 lines
No EOL
149 B
JavaScript
10 lines
No EOL
149 B
JavaScript
/** document me */
|
|
const GREEN = 1,
|
|
RED = 0;
|
|
|
|
/** document me */
|
|
var validate = function(){};
|
|
|
|
var i,
|
|
/** document me */
|
|
results; |