Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jul 25, 2016
1 parent 34e6396 commit ed9d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero-better-bibtex/preferences.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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) ->
Expand Down

0 comments on commit ed9d4f4

Please sign in to comment.