[Common] Update underscore to v.1.8.3

This commit is contained in:
Julia Radzhabova 2017-04-21 11:15:04 +03:00
parent 96712db8cb
commit f0c2692afa

View file

@ -104,7 +104,7 @@ define([
})
);
} else {
$ul.append( _.template(templateUserItem, {
$ul.append( _.template(templateUserItem)({
user: model,
fnEncode: Common.Utils.String.htmlEncode
}) );
@ -319,7 +319,7 @@ define([
return $html;
} else
if ( role == 'right' ) {
var $html = $(_.template(templateRightBox, {
var $html = $(_.template(templateRightBox)({
tipUsers: this.labelCoUsersDescr,
txtAccessRights: this.txtAccessRights,
textSaveEnd: this.textSaveEnd