mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Small code optimization
This commit is contained in:
parent
9fb0304f79
commit
062483f078
5 changed files with 45 additions and 52 deletions
2
dev/External/ko.js
vendored
2
dev/External/ko.js
vendored
|
|
@ -65,7 +65,7 @@ ko.bindingHandlers.editor = {
|
|||
fUpdateEditorValue();
|
||||
},
|
||||
|
||||
HtmlEditor = require('Common/HtmlEditor');
|
||||
HtmlEditor = require('Common/HtmlEditor').default;
|
||||
|
||||
if (ko.isObservable(fValue) && HtmlEditor)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue