snappymail/dev/Common
djmaze dca0ff02ed Use jQuery.slim
Underscore.js _.uniq(_.compact( to native Array.filter((value, index, self) => !!value && self.indexOf(value) == index)
Underscore.js _.compact to native Array.filter(value => !!value)
Underscore.js _.uniq to native Array.filter((value, index, self) => self.indexOf(value) == index)
Underscore.js _.values to native Object.values
Underscore.js _.flatten to native Array.flat
Underscore.js _.union to native Array.concat + unique filter
Underscore.js _.reduce to native Array.reduce
Underscore.js _.escape replaced with advanced htmlspecialchars()
Underscore.js _.memoize replaced
Now Underscore.js is a slim custom version (only _.debounce, _.defer & _.throttle)
2020-07-23 16:06:16 +02:00
..
ClientStorageDriver prettier --write 2019-07-04 22:19:24 +03:00
Audio.js Small improvements 2019-07-11 21:45:47 +03:00
Base64.js prettier --write 2019-07-04 22:19:24 +03:00
Booter.js Bugfix: incorrect removal of useJsNextBundle 2020-07-22 10:03:37 +02:00
Cache.js Underscore.js _.find() to native Array.find() 2020-07-22 10:43:19 +02:00
Consts.js prettier --write 2019-07-04 22:19:24 +03:00
Enums.js Use jQuery.slim 2020-07-23 16:06:16 +02:00
Events.js Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values) 2020-07-22 14:49:18 +02:00
Globals.js Underscore.js _.find() to native Array.find() 2020-07-22 10:43:19 +02:00
HtmlEditor.js _.bind(function, object) to function.bind(object) 2020-07-20 15:47:33 +02:00
Jassl.js prettier --write 2019-07-04 22:19:24 +03:00
Links.js Remove phpinfo() 2020-05-07 09:24:02 +02:00
Mime.js prettier --write 2019-07-04 22:19:24 +03:00
Momentor.js prettier --write 2019-07-04 22:19:24 +03:00
Plugins.js Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values) 2020-07-22 14:49:18 +02:00
Selector.js Underscore.js _.delay() to native setTimeout() 2020-07-22 20:28:25 +02:00
Translator.js Underscore.js _.delay() to native setTimeout() 2020-07-22 20:28:25 +02:00
Utils.js Use jQuery.slim 2020-07-23 16:06:16 +02:00