jshint compliancy

This commit is contained in:
ansuz
2016-09-23 17:53:24 +02:00
parent ed9acf1c00
commit d6525087c7
3 changed files with 4 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ define([
if (!n || !parseInt(n) || n === 0) { return ''; }
if (n === 1) { return '; + ' + Messages.oneViewer; }
return '; + ' + Messages._getKey('viewers', [n]);
}
};
var updateUserList = function (myUserName, listElement, userList, userData, readOnly) {
var meIdx = userList.indexOf(myUserName);
if (meIdx === -1) {