From 8c04742e39ec8587ea019bdfe42ee8a3449c523e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 25 Oct 2015 23:58:28 +0000 Subject: Use automatically generated unsigned long bindings on HTMLTableRowElement --- javascript/duktape/HTMLTableRowElement.bnd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'javascript') diff --git a/javascript/duktape/HTMLTableRowElement.bnd b/javascript/duktape/HTMLTableRowElement.bnd index ecf1da383..f736817b0 100644 --- a/javascript/duktape/HTMLTableRowElement.bnd +++ b/javascript/duktape/HTMLTableRowElement.bnd @@ -24,3 +24,7 @@ setter HTMLTableRowElement::ch(); getter HTMLTableRowElement::vAlign(); setter HTMLTableRowElement::vAlign(); + +getter HTMLTableRowElement::rowIndex(); + +getter HTMLTableRowElement::sectionRowIndex(); -- cgit v1.2.3