Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Go to file
Dan Stillman 55f044f87a Disable send() method in Q promise for Mozilla Task.jsm compatibility
Task.jsm allows not only generators but also iterators to be yielded,
using ``typeof yielded == 'Function'`` as the test for an iterator, but
since the Q promise includes a send() method, yielding a Q promise
instead of a Mozilla promise results in an infinite loop. To fix this,
we disable Q's send() method, which is just an outdated synonym for
invoke() anyway.

This will have to be done every time we update Q until send() is
removed, Task.jsm is changed, or we stop using Task.jsm with Q promises.
2013-07-22 20:27:53 -04:00
chrome Add asynchronous Zotero.Utilities.Internal.md5Async() 2013-07-22 20:27:40 -04:00
components Restore ZFS quota warning 2013-07-08 20:13:47 -04:00
defaults/preferences Merge pull request #316 from aurimasv/pref-defaults 2013-05-01 22:39:28 -07:00
resource Disable send() method in Q promise for Mozilla Task.jsm compatibility 2013-07-22 20:27:53 -04:00
styles@c536a2c5c2 Update submodules and repotime 2013-07-22 02:29:17 -04:00
translators@10e7c43ed0 Update submodules and repotime 2013-07-22 02:29:17 -04:00
.gitmodules Add https://github.com/zotero/bundled-styles as submodule 2011-11-03 00:34:34 -04:00
chrome.manifest Add Indonesian locale 2013-05-17 14:43:26 -04:00
COPYING Switch client code license to Affero GPL version 3 2011-05-18 18:34:22 +00:00
install.rdf Update repotime, submodules, renamed styles, and versions 2013-07-11 23:21:28 -04:00
update.rdf Update repotime, submodules, renamed styles, and versions 2013-07-11 23:21:28 -04:00