13 lines
88 B
JavaScript
13 lines
88 B
JavaScript
/**
|
|
*
|
|
* @class list
|
|
* @memberof std
|
|
*/
|
|
function list() {
|
|
|
|
}
|
|
|
|
list.prototype = {
|
|
|
|
};
|