mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-23 08:22:31 +03:00
10 lines
82 B
JavaScript
10 lines
82 B
JavaScript
|
/**
|
||
|
* @name virtual
|
||
|
*/
|
||
|
|
||
|
var foo = "bar";
|
||
|
|
||
|
/**
|
||
|
* @foo bar
|
||
|
*/
|
||
|
var test = "tada";
|