зеркало из https://github.com/mozilla/pjs.git
Bug 680678 - Sync: byteArrayToString appears more than once in util.js. r=philikon
This commit is contained in:
Родитель
ce5773cd71
Коммит
004e6506f9
|
@ -556,10 +556,6 @@ let Utils = {
|
|||
return T.slice(0, len);
|
||||
},
|
||||
|
||||
byteArrayToString: function byteArrayToString(bytes) {
|
||||
return [String.fromCharCode(byte) for each (byte in bytes)].join("");
|
||||
},
|
||||
|
||||
/**
|
||||
* PBKDF2 implementation in Javascript.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче