mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
d0bfb54c0a
`for..in` iterates over inherited properties, which is almost never desired. In most cases there aren't any inherited enumerable properties so it's not that big of a deal, but in the case of HTMLCollection it's very bad because it iterates over every entry twice (once by numerical index and once by name) plus it includes the `length` property in the iteration. |
||
---|---|---|
.. | ||
locales | ||
node | ||
static | ||
templates | ||
ep.json | ||
etherpad_icon.svg | ||
package-lock.json | ||
package.json | ||
README.md | ||
web.config |
Ignore this file and see the file in the base installation folder