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:
jonathandicarlo@jonathan-dicarlos-macbook-pro.local 2008-05-06 12:04:04 -07:00
parent 8f6585ff3a
commit 418cfb5565

View File

@ -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