paste.chapril.org-privatebin/jsdoc_toolkit-2.3.3-beta/app/test/oblit_anon.js

21 lines
222 B
JavaScript
Raw Normal View History

2010-05-27 00:34:42 +02:00
/** the options */
opt = Opt.get(
arguments,
{
d: "directory",
c: "conf",
"D[]": "define"
}
);
/** configuration */
opt.conf = {
/** keep */
keep: true,
/** base */
base: getBase(this, {p: properties})
}