mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
10 lines
102 B
JavaScript
10 lines
102 B
JavaScript
|
/**@constructor*/
|
||
|
function Foo() {
|
||
|
/**
|
||
|
@public
|
||
|
@static
|
||
|
@field
|
||
|
*/
|
||
|
var bar = function(x) {
|
||
|
}
|
||
|
}
|