sbin/res/jsdoc/app/test/memberof.js
author cavaliet
Wed, 18 Apr 2012 13:37:00 +0200
changeset 869 faae5df935de
parent 520 fe008e95a716
permissions -rw-r--r--
update slide share widget with flash embed and js slide number control.

/** @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() {};