mirror of
https://github.com/zotero/zotero.git
synced 2026-09-22 00:32:47 +00:00
Mirror of https://github.com/zotero/zotero.git
yield true; in place of Zotero.wait() to allow UI events to be processed without exiting the function, thus avoiding the hassle of setting up a large number of callbacks. This is still painful compared to Zotero.wait(), since the yield has to be present in the generator passed to Zotero.pumpGenerator() and not a child function. However, it's less painful than using a bunch of nested setTimeout() calls. |
||
|---|---|---|
| chrome | ||
| components | ||
| defaults/preferences | ||
| scripts | ||
| styles | ||
| translators | ||
| chrome.manifest | ||
| COPYING | ||
| engines.json | ||
| install.rdf | ||
| repotime.txt | ||
| system.sql | ||
| triggers.sql | ||
| update.rdf | ||
| userdata.sql | ||