DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / hints / undocumentedParameter2.js
12345678
/** * This is undocummented function. */ function undocumented(x, y) { var baf = 10; x = x; }