Skip to content

Commit

Permalink
Remove FocusDirection from avm2 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Jul 6, 2023
1 parent cba1be9 commit f4f1467
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions avm2_specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -6925,31 +6925,6 @@
}
}
},
"flash.display.FocusDirection": {
"classinfo": {
"extends": null,
"final": true
},
"static": {
"const": {
"TOP": {
"type": "String",
"value": "\"top\""
},
"BOTTOM": {
"type": "String",
"value": "\"bottom\""
},
"NONE": {
"type": "String",
"value": "\"none\""
}
}
},
"constructor": {
"args": []
}
},
"flash.display.FrameLabel": {
"classinfo": {
"extends": "EventDispatcher",
Expand Down

0 comments on commit f4f1467

Please sign in to comment.