Fixed Opening an email with specific content „hangs” RainLoop in the browser (Closes #308)

Code refactoring
This commit is contained in:
RainLoop Team 2014-09-05 19:53:44 +04:00
parent af43329902
commit 7a374ebe03
40 changed files with 1100 additions and 181 deletions

5
dev/External/ko.js vendored
View file

@ -568,7 +568,7 @@
var
Utils = require('Common/Utils'),
EmailModel = require('Model:Email'),
EmailModel = require('Model/Email'),
$oEl = $(oElement),
fValue = fValueAccessor(),
@ -600,7 +600,6 @@
{
oEmail = new EmailModel();
oEmail.mailsoParse(sValue);
oEmail.clearDuplicateName();
return [oEmail.toLine(false), oEmail];
}
@ -642,7 +641,7 @@
var
Utils = require('Common/Utils'),
ContactTagModel = require('Model:ContactTag'),
ContactTagModel = require('Model/ContactTag'),
$oEl = $(oElement),
fValue = fValueAccessor(),