www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7b7b26872715a8277458877fb74a9f89273891e4
parent 3a8357cb95c42e342a08d8761def2f8e50b428e7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 27 Mar 2017 20:43:41 -0400

Remove instance of legacy shorthand function syntax

Diffstat:
Mchrome/content/zotero/bindings/tagselector.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml @@ -541,7 +541,7 @@ <body><![CDATA[ return Zotero.spawn(function* () { if (type == 'setting') { - if (ids.some(function (val) val.split("/")[1] == 'tagColors')) { + if (ids.some(val => val.split("/")[1] == 'tagColors')) { yield this.refresh(true); } return;