Fix missing private _addChildFromBuilder

This commit is contained in:
Panayot Cankov
2017-04-24 10:24:05 +03:00
committed by GitHub
parent 25849a1425
commit d7638c3ae4

View File

@ -74,7 +74,6 @@ export class TextBase extends View implements AddChildFromBuilder {
*/
paddingTop: Length;
//@private
/**
* Called for every child element declared in xml.
* This method will add a child element (value) to current element.
@ -84,6 +83,7 @@ export class TextBase extends View implements AddChildFromBuilder {
*/
_addChildFromBuilder(name: string, value: any): void;
//@private
/**
* Called when the text property is changed to request layout.
* @private