mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-27 02:12:54 +03:00
10 lines
No EOL
82 B
JavaScript
10 lines
No EOL
82 B
JavaScript
/**
|
|
* @name virtual
|
|
*/
|
|
|
|
var foo = "bar";
|
|
|
|
/**
|
|
* @foo bar
|
|
*/
|
|
var test = "tada"; |