File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -588,8 +588,6 @@ class type textAreaElement = object ('self)
588588 method select : unit meth
589589 method required : bool t writeonly_prop
590590 method placeholder : js_string t writeonly_prop
591- method selectionStart : int prop
592- method selectionEnd : int prop
593591 method onselect : ('self t, event t) event_listener prop
594592 method onchange : ('self t, event t) event_listener prop
595593 method oninput : ('self t, event t) event_listener prop
Original file line number Diff line number Diff line change @@ -535,8 +535,7 @@ class type textAreaElement = object ('self)
535535 method select : unit meth
536536 method required : bool t writeonly_prop (* Not supported by IE 9/Safari *)
537537 method placeholder : js_string t writeonly_prop (* Not supported by IE 9 *)
538- method selectionStart : int prop
539- method selectionEnd : int prop
538+
540539 method onselect : ('self t, event t) event_listener prop
541540 method onchange : ('self t, event t) event_listener prop
542541 method oninput : ('self t, event t) event_listener prop
You can’t perform that action at this time.
0 commit comments