mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
style: formatting and whitespaces (#7840)
This commit is contained in:
committed by
Manol Donev
parent
3b5785146f
commit
dfcbe6c319
@@ -13,4 +13,4 @@ StackLayoutBase.prototype.recycleNativeView = "auto";
|
||||
const converter = makeParser<Orientation>(makeValidator("horizontal", "vertical"));
|
||||
|
||||
export const orientationProperty = new Property<StackLayoutBase, Orientation>({ name: "orientation", defaultValue: "vertical", affectsLayout: isIOS, valueConverter: converter });
|
||||
orientationProperty.register(StackLayoutBase);
|
||||
orientationProperty.register(StackLayoutBase);
|
||||
|
||||
Reference in New Issue
Block a user