We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f11621b + c6691d1 commit 69b7a44Copy full SHA for 69b7a44
src/Web/HTML/HTMLInputElement.js
@@ -588,22 +588,6 @@ exports["stepDown'"] = function (n) {
588
589
// ----------------------------------------------------------------------------
590
591
-exports.value = function (input) {
592
- return function () {
593
- return input.value;
594
- };
595
-};
596
-
597
-exports.setValue = function (value) {
598
- return function (input) {
599
600
- input.value = value;
601
602
603
604
605
-// ----------------------------------------------------------------------------
606
607
exports.willValidate = function (input) {
608
return function () {
609
return input.willValidate;
0 commit comments