Re: [heycam/webidl] Throw when not calling interfaces as constructors (#205)

bzbarsky commented on this pull request.



>  This object also must be
 associated with the ECMAScript global environment associated
-with the interface object.
+with |I|.

This isn't right.  `I` is an interface.  It has no global environment associated with it.  Do you mean the global environment associated with `F`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/205#pullrequestreview-5730159

Received on Tuesday, 25 October 2016 19:56:36 UTC