initi.doc/docfiles/libraries/v2/model_type.js

22 lines
319 B
JavaScript

/**
*
* @class model_type
* @extends v2.base
* @extends v2.ll.string
* @param _str {string}
* @memberof v2
*/
function model_type(_str) {
}
model_type.prototype = {
/**
* @public
* @function copy
* @memberof v2.model_type
* @returns {v2.model_type}
*/
copy: function () {},
};