From 8e362f1845d890e17e0d20f6d09aca9789072315 Mon Sep 17 00:00:00 2001 From: Seungkeun Lee Date: Thu, 22 Sep 2016 09:13:43 +0900 Subject: [PATCH] Fix error typo Window.AvailableRotations Change-Id: I8d79c721c9c867ecefc68fe0ee58834bca767767 --- src/ElmSharp/ElmSharp/Window.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ElmSharp/ElmSharp/Window.cs b/src/ElmSharp/ElmSharp/Window.cs index 7f45245..efc239d 100644 --- a/src/ElmSharp/ElmSharp/Window.cs +++ b/src/ElmSharp/ElmSharp/Window.cs @@ -89,7 +89,10 @@ namespace ElmSharp } } - public DisplayRotation AavailableRotations + [Obsolete("Sorry, it's error typo of AvailableRotations, please use AvailableRotations")] + public DisplayRotation AavailableRotations { get; set; } + + public DisplayRotation AvailableRotations { get { -- 2.7.4