darobin / webidl.js

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

Support default values for arguments #14

Open Ms2ger opened 12 years ago

Ms2ger commented 12 years ago
interface foo {
  void bar(DOMString? baz = null);
};

throws a SyntaxError