mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-10 14:52:48 -05:00
11 lines
122 B
JavaScript
11 lines
122 B
JavaScript
|
|
||
|
/**
|
||
|
* @Constructor
|
||
|
* @desc 配置文件
|
||
|
* @class 什么也不返回
|
||
|
*/
|
||
|
function Test(conf) {
|
||
|
// do something;
|
||
|
}
|
||
|
|