snappymail/dev
djmaze ea48f5060b isArray to native Array.isArray
isUnd(*) to native undefined === *
isFunc to native typeof * === 'function'
isObject to native typeof * === 'object'
microtime() to native Date().getTime();
noop to native ()=>{}
noopFalse to native ()=>false
noopTrue to native ()=>true
boolToAjax to native *?'1':'0'
Underscore.js to native
2020-07-29 21:49:41 +02:00
..
App isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Common isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Component isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
External isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Helper isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Html Cleaner boot.js 2020-07-28 11:23:06 +02:00
Knoin isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Model isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Promises isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Remote isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Screen isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Settings isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Storage isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Stores isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
Styles Cleaner boot.js 2020-07-28 11:23:06 +02:00
View isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
admin.js prettier --write 2019-07-04 22:19:24 +03:00
app.js prettier --write 2019-07-04 22:19:24 +03:00
boot.js Upgraded some old JavaScript to ECMAScript 1.6 2020-07-15 14:25:51 +02:00
bootstrap.js isArray to native Array.isArray 2020-07-29 21:49:41 +02:00
polyfill.js Use jQuery.slim 2020-07-23 16:06:16 +02:00