[Bug 21424] Futures: rename `catch`

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

--- Comment #5 from Erik Arvidsson <arv@chromium.org> ---
If you care about ES3 (and you shouldn't) you can always use member lookup:

if (this['catch']) ...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 28 March 2013 16:55:04 UTC