Sign in
apache
/
netbeans
/
refs/heads/release300
/
.
/
webcommon
/
javascript2.model
/
test
/
unit
/
data
/
testfiles
/
model
/
issue242454.js
blob: 65009ea0ba27555dfd08d07930a1273e818b6cfb [
file
]
var
myLib
=
new
function
MyLib
()
{
/**
* ShareableFunc
* @param {string} arg description
*/
function
PublicAndPrivateUsageFunc
(
arg
)
{}
this
.
publicInnerFunc
=
PublicAndPrivateUsageFunc
;
};
myLib
.