- From: Sean D <notifications@github.com>
- Date: Thu, 02 Nov 2017 04:54:15 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 2 November 2017 04:54:41 UTC
It's the same in JavaScript too. It's always been suggested to not use the global scope or directly access native prototypes. For instance, instead of adding `Array.prototype.map()` underscore.js uses `_.map()`, and jQuery has `$()` since `document.querySelector()` was later added. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/658#issuecomment-341317445
Received on Thursday, 2 November 2017 04:54:41 UTC