Re: [webcomponents] Change deepPath() back to path (a FrozenArray<EventTarget> attribute) (#428)

Ops. I understand you meant that the expression of `event.path===event.path` is always true. I see.

I thought that you meant:
```
var n = event.path;
... (later)
n === event.path;  (is always true)
```


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/428#issuecomment-194681942

Received on Thursday, 10 March 2016 05:36:16 UTC