Zotero.Utilities changes:

- Zotero.Utilities is now a singleton
- Zotero.Utilities.HTTP is now Zotero.HTTP
- Zotero.Utilities.md5 and Zotero.Utilities.Base64 are now located under Zotero.Utilities.Internal
- Zotero.Utilities.AutoComplete has been eliminated

This needs testing to make sure there is no associated breakage.
This commit is contained in:
Simon Kornblith 2010-10-25 00:58:47 +00:00
parent 21a2188caa
commit d22ccf2219
41 changed files with 1358 additions and 1383 deletions

View file

@ -84,6 +84,7 @@ var xpcomFiles = [
'error',
'file',
'fulltext',
'http',
'id',
'ingester',
'integration',