[Bug 16425] MutationObserver::observe/disconnect should return mutationobserver itself

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16425

--- Comment #9 from Jonas Sicking <jonas@sicking.cc> 2012-03-20 00:54:50 UTC ---
Though it means that you can avoid the temporary:

(new MutationObserver(callback))
  .observe(node1, {...})
  .observe(node2, {...})
  .observe(node3, {...});

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 20 March 2012 00:54:53 UTC