snappymail/dev/Common
djmaze e01e484259 Ajax use window.fetch() instead of $.ajax (not perfect yet).
This allows us to use jquery.slim (and cash-dom in the future)
2020-07-21 22:22:58 +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 Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00
Cache.js CRLF to LF 2020-03-11 14:17:52 +01:00
Consts.js prettier --write 2019-07-04 22:19:24 +03:00
Enums.js Ajax use window.fetch() instead of $.ajax (not perfect yet). 2020-07-21 22:22:58 +02:00
Events.js prettier --write 2019-07-04 22:19:24 +03:00
Globals.js -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +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 prettier --write 2019-07-04 22:19:24 +03:00
Selector.js Changes _.filter(array) to native array.filter() 2020-07-20 21:29:44 +02:00
Translator.js Replaced _.has() with native Object.prototype.hasOwnProperty.call() 2020-07-20 22:06:21 +02:00
Utils.js Replaced _.has() with native Object.prototype.hasOwnProperty.call() 2020-07-20 22:06:21 +02:00