diff options
author | William Cummings <will@wpc.io> | 2016-04-30 10:17:42 -0400 |
---|---|---|
committer | Nik Nyby <nnyby@columbia.edu> | 2016-05-02 14:35:30 -0400 |
commit | 2505343492494b6bd2e99ba22e48e521cf965ccd (patch) | |
tree | 562df3cc0116c4693acca1ee6bb61b06c96a3378 /lib/script_entries/scripts_cache.js | |
parent | 2fe19c2f9f729eaa1969b9fbd6adc0f015d84f67 (diff) | |
download | librejsxul-2505343492494b6bd2e99ba22e48e521cf965ccd.tar.lz librejsxul-2505343492494b6bd2e99ba22e48e521cf965ccd.tar.xz librejsxul-2505343492494b6bd2e99ba22e48e521cf965ccd.zip |
Don't use array comprehensions
"Non-standard. Do not use!
The array comprehensions is non-standard, and it's unlikely to be added
to ECMAScript. For future-facing usages, consider using
Array.prototype.map, Array.prototype.filter, and arrow functions."
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Array_comprehensions
Diffstat (limited to 'lib/script_entries/scripts_cache.js')
0 files changed, 0 insertions, 0 deletions