thirdparty/jsdoctoolkit/app/test/memberof.js
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Oct 2009 16:27:49 -0700
changeset 3047 cdc652533fcc
parent 3041 c8f47f0b6697
permissions -rw-r--r--
Made Request Logic ID-based and added some helper methods.

/** @constructor */
pack = function() {
	this.init = function(){}
	function config(){}
}
 
 pack.build = function(task) {};

/** @memberOf pack */
pack.install = function() {}

/** @memberOf pack */
pack.install.overwrite = function() {}

/** @memberOf pack */
clean = function() {}

/** @memberOf pack-config */
install = function() {};