Fixed enum value name

This commit is contained in:
Hristo Hristov
2016-01-11 12:37:17 +02:00
parent ef11c7b7cf
commit 18f074067a
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@
}
export enum Orientation {
horzontal,
horizontal,
vertical
}