BIG FORMATING COMMIT
This commit is contained in:
@@ -9,7 +9,7 @@ enum abstract Side(String) to String {
|
||||
var Back = "back";
|
||||
|
||||
@:from
|
||||
static public function fromString(s: String) {
|
||||
static public function fromString(s:String) {
|
||||
switch (s) {
|
||||
case "top":
|
||||
return Top;
|
||||
|
||||
Reference in New Issue
Block a user