[Common] Update underscore to v.1.8.3
This commit is contained in:
parent
96712db8cb
commit
f0c2692afa
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue