From b07f4db57932be5883f60877b8820137ece733f0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 25 Oct 2015 18:55:52 +0000 Subject: Use automatically generated unsigned long bindings on HTMLInputElement --- javascript/duktape/HTMLInputElement.bnd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'javascript') diff --git a/javascript/duktape/HTMLInputElement.bnd b/javascript/duktape/HTMLInputElement.bnd index ae7bb17b0..23645d0cd 100644 --- a/javascript/duktape/HTMLInputElement.bnd +++ b/javascript/duktape/HTMLInputElement.bnd @@ -55,4 +55,10 @@ setter HTMLInputElement::valueLow(); getter HTMLInputElement::value(); setter HTMLInputElement::value(); +getter HTMLInputElement::maxLength(); +setter HTMLInputElement::maxLength(); +getter HTMLInputElement::size(); +setter HTMLInputElement::size(); + +getter HTMLInputElement::type(); -- cgit v1.2.3