mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
|
/** @class */
|
||
|
Foo = function Bar(a) {
|
||
|
/** document me */
|
||
|
var var1 = 1;
|
||
|
/** document me */
|
||
|
this.member1 = 2;
|
||
|
};
|