This commit is contained in:
Aleksey Chichenkov 2018-09-19 13:40:04 +03:00
parent bbb8ca5fdf
commit d666a13d72
11 changed files with 687 additions and 164 deletions

View file

@ -22,7 +22,7 @@ function Node() {
*
* @public
* @function attributes
* @returns {tools.promise.native}
* @returns {tools.promise}
* @memberof Trees.GlobalAttributeTree.Node
*/
this.attributes = function() {
@ -35,7 +35,7 @@ function Node() {
*
* @public
* @function base_attributes
* @returns {tools.promise.native}
* @returns {tools.promise}
* @memberof Trees.GlobalAttributeTree.Node
*/
this.base_attributes = function() {
@ -47,7 +47,7 @@ function Node() {
*
* @public
* @function am
* @returns {tools.promise.native}
* @returns {tools.promise}
* @memberof Trees.GlobalAttributeTree.Node
*/
this.am = function() {
@ -92,7 +92,7 @@ function Attributes() {
* @public
* @function get
* @param {v2.string} attributeName
* @returns {tools.promise.native}
* @returns {tools.promise}
* @memberof Trees.GlobalAttributeTree.Node.Attributes
*/
this.get = function(attributeName) {