mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Move _applyXmlAttribute outside @private block.
Fixes a broken interface implementation error in the public d.ts.
This commit is contained in:
5
ui/core/view.d.ts
vendored
5
ui/core/view.d.ts
vendored
@@ -412,6 +412,8 @@ declare module "ui/core/view" {
|
||||
_removeView(view: View);
|
||||
_context: android.content.Context;
|
||||
|
||||
public _applyXmlAttribute(attribute: string, value: any): boolean;
|
||||
|
||||
// TODO: Implement logic for stripping these lines out
|
||||
//@private
|
||||
_gestureObservers: Map<number, Array<gestures.GesturesObserver>>;
|
||||
@@ -441,7 +443,6 @@ declare module "ui/core/view" {
|
||||
|
||||
_updateLayout(): void;
|
||||
|
||||
_applyXmlAttribute(attribute, value): boolean;
|
||||
|
||||
/**
|
||||
* Called my measure method to cache measureSpecs.
|
||||
@@ -519,4 +520,4 @@ declare module "ui/core/view" {
|
||||
*/
|
||||
_applyXmlAttribute(attributeName: string, attrValue: any): boolean;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user