Small code optimization

This commit is contained in:
RainLoop Team 2016-08-09 01:54:25 +03:00
parent 9fb0304f79
commit 062483f078
5 changed files with 45 additions and 52 deletions

2
dev/External/ko.js vendored
View file

@ -65,7 +65,7 @@ ko.bindingHandlers.editor = {
fUpdateEditorValue();
},
HtmlEditor = require('Common/HtmlEditor');
HtmlEditor = require('Common/HtmlEditor').default;
if (ko.isObservable(fValue) && HtmlEditor)
{