mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Code refactoring (es5 -> es2015)
This commit is contained in:
parent
fb2e492ce8
commit
38a1041a73
42 changed files with 3081 additions and 3690 deletions
2
dev/External/ko.js
vendored
2
dev/External/ko.js
vendored
|
|
@ -838,7 +838,7 @@ ko.bindingHandlers.emailsTags = {
|
|||
|
||||
var
|
||||
Utils = require('Common/Utils'),
|
||||
EmailModel = require('Model/Email'),
|
||||
EmailModel = require('Model/Email').default,
|
||||
|
||||
$oEl = $(oElement),
|
||||
fValue = fValueAccessor(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue