Welcome to mirror list, hosted at ThFree Co, Russian Federation.

oblit_anon.js « test « app « jsdoc-toolkit « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7693ddd409751ee120991ae09e6a0db961ecab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** the options */
opt = Opt.get(
	arguments,
	{
	 d: "directory",
	 c: "conf",
	 "D[]": "define"
	}
);

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