Add select method to TextBox class in interfaces example. PR698

This commit is contained in:
zhongsp 2018-01-11 13:11:52 +08:00
parent 15f363d8c7
commit bea371f967

View File

@ -507,7 +507,7 @@ class Button extends Control implements SelectableControl {
}
class TextBox extends Control {
select() { }
}
// Error: Property 'state' is missing in type 'Image'.