Peter 'Pita' Martischka 325c322a27 first-commit
2011-03-26 13:10:41 +00:00

11 lines
122 B
JavaScript

/**
* @Constructor
* @desc 配置文件
* @class 什么也不返回
*/
function Test(conf) {
// do something;
}