remove .idea
This commit is contained in:
parent
91736dbbaf
commit
e5798a7576
6 changed files with 29 additions and 25 deletions
|
@ -118,13 +118,14 @@ string.prototype = {
|
|||
"+=": function (_o) {},
|
||||
|
||||
/**
|
||||
* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
|
||||
*
|
||||
* @public
|
||||
* @function assign
|
||||
* @memberof v2.string
|
||||
* @param {v2.string} _string
|
||||
* @param {number} _first
|
||||
* @param {number} _last
|
||||
* @param {v2.string} _string asdfasfasdf
|
||||
* @param {number} _first afasdfasdfasdf
|
||||
* @param {number} _last asdfasfdasdfas
|
||||
* @returns {this}
|
||||
*/
|
||||
assign: function (_string, _first, _last) {},
|
||||
|
|
|
@ -69,7 +69,7 @@ function Attributes() {
|
|||
*
|
||||
* @public
|
||||
* @function attributes
|
||||
* @returns {v2.map(v2.string.type, v2.vc.type)}
|
||||
* @returns {v2.map(v2.string, v2.vc)}
|
||||
* @memberof Trees.GlobalAttributeTree.Node.Attributes
|
||||
*/
|
||||
this.attributes = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue