Remove use of syntax where curly brackets are omitted in function defs
This commit is contained in:
parent
54a2126b7d
commit
d4dc86c975
23 changed files with 137 additions and 137 deletions
|
@ -327,7 +327,7 @@ function makeZoteroContext(isConnector) {
|
|||
// add connector-related properties
|
||||
zContext.Zotero.isConnector = isConnector;
|
||||
zContext.Zotero.instanceID = instanceID;
|
||||
zContext.Zotero.__defineGetter__("isFirstLoadThisSession", function() isFirstLoadThisSession);
|
||||
zContext.Zotero.__defineGetter__("isFirstLoadThisSession", function() { return isFirstLoadThisSession; });
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue