darobin / webidl.js

DEPRECATED — Use https://github.com/darobin/webidl2.js instead
http://berjon.com/
26 stars 10 forks source link

extAttrs should return array #11

Open marcoscaceres opened 12 years ago

marcoscaceres commented 12 years ago

When extAttrs are missing, the object.extAttrs should return an empty array (for consistency ... note that object.members behaves correctly by returning an empty array).

Dealing with multiple types is annoying.