sbin/res/jsdoc/app/test/encoding.js
author durandn
Fri, 03 Jul 2015 17:00:33 +0200
changeset 1040 be314c4ea4ac
parent 520 fe008e95a716
permissions -rw-r--r--
New widget CurrentSegmentInfobox that displays infos on currently viewed Segment (future features will allow for possibility to edit title descriptions and tags for current segment)


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