mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-02-13 13:11:21 -05:00
10 lines
102 B
JavaScript
10 lines
102 B
JavaScript
![]() |
/**@constructor*/
|
||
|
function Foo() {
|
||
|
/**
|
||
|
@public
|
||
|
@static
|
||
|
@field
|
||
|
*/
|
||
|
var bar = function(x) {
|
||
|
}
|
||
|
}
|