From ed9d4f4f544172837e458180a13e4528a70106c1 Mon Sep 17 00:00:00 2001 From: retorquere Date: Tue, 26 Jul 2016 01:32:13 +0200 Subject: [PATCH] stash --- chrome/content/zotero-better-bibtex/preferences.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero-better-bibtex/preferences.coffee b/chrome/content/zotero-better-bibtex/preferences.coffee index cfb0aee493..a9b8ce0dc7 100644 --- a/chrome/content/zotero-better-bibtex/preferences.coffee +++ b/chrome/content/zotero-better-bibtex/preferences.coffee @@ -105,7 +105,7 @@ Zotero.BetterBibTeX.Pref = new class Zotero.BetterBibTeX.auto.reset('preferences change') snapshot: -> JSON.parse(JSON.stringify(@cache)) - atash: -> @stashed = @snapshot() + stash: -> @stashed = @snapshot() restore: -> @cache = JSON.parse(JSON.stringify(@stashed)) set: (key, value) ->