Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/jsdoc-toolkit/app/test/oblit_anon.js
blob: 8d9e9413e9345266efe91c316e751f75a27842f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** the options */
opt = Opt.get(
	arguments, 
	{
	 d: "directory",
	 c: "conf",
	 "D[]": "define"
	}
);

/** configuration */
opt.conf = {
	/** keep */
	keep: true,
	/** base */
	base: getBase(this, {p: properties})
}