mam 1.11.506 → 1.11.507

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.test.js CHANGED
@@ -13782,8 +13782,8 @@ var $;
13782
13782
  if(next !== undefined) return next;
13783
13783
  return 0;
13784
13784
  }
13785
- field(){
13786
- return {...(super.field()), "tabIndex": (this.tabindex())};
13785
+ attr(){
13786
+ return {...(super.attr()), "tabindex": (this.tabindex())};
13787
13787
  }
13788
13788
  event(){
13789
13789
  return {...(super.event()), "scroll": (next) => (this.event_scroll(next))};