snappymail/dev
2020-07-20 22:06:21 +02:00
..
App Replaced _.has() with native Object.prototype.hasOwnProperty.call() 2020-07-20 22:06:21 +02:00
Common Replaced _.has() with native Object.prototype.hasOwnProperty.call() 2020-07-20 22:06:21 +02:00
Component _.bind(function, object) to function.bind(object) 2020-07-20 15:47:33 +02:00
External -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Helper
Html Removed jquery-backstretch that handled the UserBackground 2020-07-13 15:47:19 +02:00
Knoin _.bind(function, object) to function.bind(object) 2020-07-20 15:47:33 +02:00
Model -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Promises -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Remote -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Screen Bugfix: bootstrap jQuery('#') syntax error 2020-03-13 15:30:39 +01:00
Settings Changes _.filter(array) to native array.filter() 2020-07-20 21:29:44 +02:00
Storage JavaScript inArray()/indexOf() to .includes() 2020-07-20 14:33:33 +02:00
Stores -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
Styles Improved initHorizontalLayoutResizer and initVerticalLayoutResizer with custom resizer 2020-07-17 13:46:49 +02:00
View -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +02:00
admin.js
app.js
boot.js Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00
bootstrap.js Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00