sbin/res/jsdoc/app/test/encoding.js
author veltr
Fri, 20 Jul 2012 17:15:53 +0200
branchnew-model
changeset 928 5aadbc9f27cd
parent 520 fe008e95a716
permissions -rw-r--r--
First tests before allowing mashup annotation


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