Skip to content

Commit

Permalink
Update DOM IDL for whatwg/dom#316
Browse files Browse the repository at this point in the history
  • Loading branch information
ayg committed Aug 29, 2016
1 parent 482fb4b commit 98e395b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h1>DOM IDL tests</h1>

[Constructor(MutationCallback callback)]
interface MutationObserver {
void observe(Node target, MutationObserverInit options);
void observe(Node target, optional MutationObserverInit options);
void disconnect();
sequence<MutationRecord> takeRecords();
};
Expand Down

0 comments on commit 98e395b

Please sign in to comment.