зеркало из https://github.com/mozilla/pjs.git
renamed testSynchronizer.js to just synchronizer.js, because otherwise the test framework tries to run it as a test itself.
This commit is contained in:
Родитель
8f6585ff3a
Коммит
418cfb5565
|
@ -1,4 +1,4 @@
|
|||
const EXPORTED_SYMBOLS = ['PlainAuthenticator', 'Md5DigestAuthenticator'];
|
||||
const EXPORTED_SYMBOLS = [ "PlainAuthenticator", "Md5DigestAuthenticator" ];
|
||||
|
||||
if(typeof(atob) == 'undefined') {
|
||||
// This code was written by Tyler Akins and has been placed in the
|
||||
|
|
Загрузка…
Ссылка в новой задаче