www

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

commit 1d19811bd2b268450bef89022d787496298ebf9c
parent 879ed11b69e48b1cdd6dcab33753895350bd6243
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 22 Aug 2017 12:18:48 +0200

Disable strict mode in citeproc-js for now

Diffstat:
Mchrome/content/zotero/xpcom/citeproc.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js @@ -22,7 +22,6 @@ * this program. If not, see <https://opensource.org/licenses/> or * <http://www.gnu.org/licenses/> respectively. */ -'use strict' var CSL = { PROCESSOR_VERSION: "1.1.175", CONDITION_LEVEL_TOP: 1,