sbin/res/jsdoc/app/test/encoding.js
author hamidouk
Mon, 16 Jan 2012 12:12:43 +0100
branchpopcorn-port
changeset 634 9de33a5ef2b3
parent 520 fe008e95a716
permissions -rw-r--r--
added a utility function to test for both null and undefined.


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