k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame
102 Bytes
/**@constructor*/
function Foo() {
/**
@public
@static
@field
*/
var bar = function(x) {
}
}