On Sun, Sep 7, 2014 at 7:29 PM, Andrea Giammarchi <[email protected]> wrote: > This looks like a potential problem when possible passed methods are not > bound + it looks inconsistent with *"use strict"* expectations.
It’s not just `setTimeout` – other DOM timer methods have the same behavior. The spec is here, FWIW: http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#dom-windowtimers-settimeout Pretty sure this cannot be changed without breaking the Web. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

