sbin/res/jsdoc/app/test/memberof.js
changeset 1072 ac1eacb3aa33
parent 1071 02c04d2c8fd8
child 1073 687133dc13cf
equal deleted inserted replaced
1071:02c04d2c8fd8 1072:ac1eacb3aa33
     1 /** @constructor */
       
     2 pack = function() {
       
     3 	this.init = function(){}
       
     4 	function config(){}
       
     5 }
       
     6  
       
     7  pack.build = function(task) {};
       
     8 
       
     9 /** @memberOf pack */
       
    10 pack.install = function() {}
       
    11 
       
    12 /** @memberOf pack */
       
    13 pack.install.overwrite = function() {}
       
    14 
       
    15 /** @memberOf pack */
       
    16 clean = function() {}
       
    17 
       
    18 /** @memberOf pack-config */
       
    19 install = function() {};