djmaze
1b811428e7
new Date().getTime() to Date.now()
2020-08-17 21:35:03 +02:00
djmaze
e7180a86ce
Made eslint using 'browser' environment and added globals, because RainLoop is used in browsers.
...
This also allowed to remove all webpack 'externals' overhead.
2020-08-12 00:25:36 +02:00
djmaze
55f74c5d10
Compress boot.js even more
2020-08-10 11:32:05 +02:00
djmaze
ba8a566c69
Hardcoded Styles/@Boot.css dropped some webpack KB overhead. We are going more mobile!
...
Also replaced some charAt() with []
2020-08-08 17:20:35 +02:00
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
RainLoop Team
8a0be3212d
prettier --write
2019-07-04 22:19:24 +03:00
RainLoop Team
e77bafca1e
Fix eslint warnings
2019-03-28 02:27:52 +03:00
Matyas Albert Nagy
9f867e7c16
Fix localStorage check when embedded in iframe (firefox)
2018-02-24 14:14:39 +01:00
RainLoop Team
e88c193334
*.jsx -> *.js
2016-08-11 02:34:09 +03:00