zotero/components
Dan Stillman ff7919553c Collections data layer cleanup
Get rid of data_access.js, at long last. Existing calls to
Zotero.getCollections() will need to be replaced with
Zotero.Collections.getByLibrary() or .getByParent().

Also removes Zotero.Collection::getCollections(), which is redundant
with Zotero.Collections.getByLibrary(), and Zotero.Collections.add().
The latter didn't didn't include a libraryID anyway, so code might as
well just use 'new Zotero.Collection' instead.
2015-05-24 04:37:34 -04:00
..
zotero-autocomplete.js Merge branch '4.0' into api_syncing 2015-03-16 23:41:10 -04:00
zotero-protocol-handler.js Load groups at startup, and make Zotero.Groups functions synchronous 2015-05-22 04:52:05 -04:00
zotero-service.js Collections data layer cleanup 2015-05-24 04:37:34 -04:00