improving code quality issues reported by Codacy

This commit is contained in:
El RIDO 2018-01-06 10:57:54 +01:00
parent 3bca559826
commit 98d07e0789
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
8 changed files with 21 additions and 16 deletions

View file

@ -172,7 +172,7 @@ describe('Helper', function () {
postfix = postfix.replace(/%(s|d)/g, '%%');
var result = prefix + '0' + postfix;
params.unshift(prefix + '%d' + postfix);
return result === $.PrivateBin.Helper.sprintf.apply(this, params)
return result === $.PrivateBin.Helper.sprintf.apply(this, params);
}
);
jsc.property(