File tree Expand file tree Collapse file tree
tns-core-modules/ui/text-base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,8 +73,7 @@ export class TextBase extends View implements AddChildFromBuilder {
7373 * Specify the top padding of this layout.
7474 */
7575 paddingTop : Length ;
76-
77- //@private
76+
7877 /**
7978 * Called for every child element declared in xml.
8079 * This method will add a child element (value) to current element.
@@ -84,6 +83,7 @@ export class TextBase extends View implements AddChildFromBuilder {
8483 */
8584 _addChildFromBuilder ( name : string , value : any ) : void ;
8685
86+ //@private
8787 /**
8888 * Called when the text property is changed to request layout.
8989 * @private
@@ -112,4 +112,4 @@ export const whiteSpaceProperty: CssProperty<Style, WhiteSpace>;
112112export const letterSpacingProperty : CssProperty < Style , number > ;
113113
114114//Used by tab view
115- export function getTransformedText ( text : string , textTransform : TextTransform ) : string ;
115+ export function getTransformedText ( text : string , textTransform : TextTransform ) : string ;
You can’t perform that action at this time.
0 commit comments