summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2016-09-22 09:13:43 +0900
committerSeungkeun Lee <sngn.lee@samsung.com>2016-09-22 09:14:29 +0900
commit28f261c4118120c32837e759b55811c3a28f20ae (patch)
tree77149d302a64a59cc40edbdfb9b6751ab46a2ae3
parentfd00329413c91e56b27e54e1e3da6ab7d899b575 (diff)
downloadelm-sharp-28f261c4118120c32837e759b55811c3a28f20ae.tar.gz
elm-sharp-28f261c4118120c32837e759b55811c3a28f20ae.tar.bz2
elm-sharp-28f261c4118120c32837e759b55811c3a28f20ae.zip
Fix error typo Window.AvailableRotations
Change-Id: I8d79c721c9c867ecefc68fe0ee58834bca767767
-rw-r--r--ElmSharp/ElmSharp/Window.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ElmSharp/ElmSharp/Window.cs b/ElmSharp/ElmSharp/Window.cs
index 7f45245..efc239d 100644
--- a/ElmSharp/ElmSharp/Window.cs
+++ b/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
{