initi.doc/docfiles/libraries/std/list.js

13 lines
88 B
JavaScript

/**
*
* @class list
* @memberof std
*/
function list() {
}
list.prototype = {
};