- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 10 Mar 2016 16:23:49 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 11 March 2016 00:24:40 UTC
I think this is too strong of a requirement. It's fine to do `return this` or even `return` after calling `super()` as that would default to returning `this`. What we need instead is to not return any other object but the one created by the `super()` call. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/commit/00ed64f7e4e41764ef13099f185559fabd282750#commitcomment-16633327
Received on Friday, 11 March 2016 00:24:40 UTC