19763cc78a
- About panel now gets version number automatically - Change version from 1.0a1 to 1.0b1 * Important: If you're on an SVN install, you need to rename the scholar@chnm.gmu.edu text file in your profile extension directory to zotero@chnm.gmu.edu * XPI installs will (I think) update automatically, since I kept an entry in updates.rdf with the old GUID
5 lines
232 B
JavaScript
5 lines
232 B
JavaScript
var Scholar = Components.classes["@chnm.gmu.edu/Zotero;1"]
|
|
// Currently uses only nsISupports
|
|
//.getService(Components.interfaces.chnmIZoteroService).
|
|
.getService(Components.interfaces.nsISupports)
|
|
.wrappedJSObject;
|