mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
es5 -> es2015 (last stage)
Signature plugin fixes Add view decorator A large number of fixes
This commit is contained in:
parent
e88c193334
commit
17669b7be0
153 changed files with 21193 additions and 21115 deletions
10
dev/External/Opentip.js
vendored
10
dev/External/Opentip.js
vendored
|
|
@ -1,7 +1,9 @@
|
|||
|
||||
var
|
||||
window = require('window'),
|
||||
Opentip = window.Opentip;
|
||||
import window from 'window';
|
||||
|
||||
const Opentip = window.Opentip || {};
|
||||
|
||||
Opentip.styles = Opentip.styles || {};
|
||||
|
||||
Opentip.styles.rainloop = {
|
||||
|
||||
|
|
@ -41,4 +43,4 @@ Opentip.styles.rainloopErrorTip = {
|
|||
'className': 'rainloopErrorTip'
|
||||
};
|
||||
|
||||
module.exports = Opentip;
|
||||
export {Opentip, Opentip as default};
|
||||
|
|
|
|||
1118
dev/External/ko.js
vendored
1118
dev/External/ko.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue