commit 216900094bfd37eccebf09f94e6ca4ec8f59debf parent e1706e15e2a7ca730d341613c5b85c98b1c89ee6 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 7 May 2016 13:27:56 -0400 Merge branch '4.0' Diffstat:
| M | chrome/content/zotero/tools/csledit.js | | | 2 | +- |
| M | resource/schema/repotime.txt | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/tools/csledit.js b/chrome/content/zotero/tools/csledit.js @@ -176,7 +176,7 @@ var Zotero_CSL_Editor = new function() { throw e; } - var itemIds = [items[i].id for (i in items)]; + var itemIds = items.map(item => item.id); styleEngine.updateItems(itemIds); diff --git a/resource/schema/repotime.txt b/resource/schema/repotime.txt @@ -1 +1 @@ -2016-04-12 04:26:00 +2016-04-27 15:10:00