sbin/res/jsdoc/app/test/encoding.js
author durandn
Tue, 22 Sep 2015 17:07:58 +0200
changeset 1062 f8adaa2caecb
parent 520 fe008e95a716
permissions -rw-r--r--
CurrentSegmentInfobox: fixed bug where editing a segment would not update the source correctly and mess up other widgets.


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