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