From bd65bb67e25a79b019d745b7262b2008ce2adb15 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Nov 2016 01:59:39 +0100 Subject: incrementally verify denoms The denominations are not stored in a separate object store. --- src/content_scripts/notify.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content_scripts') diff --git a/src/content_scripts/notify.js b/src/content_scripts/notify.js index 74447386b..43ded3d95 100644 --- a/src/content_scripts/notify.js +++ b/src/content_scripts/notify.js @@ -23,13 +23,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } - function rejected(value) { try { step(generator.throw(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments)).next()); }); }; // Make sure we don't pollute the namespace too much. var TalerNotify; +// Make sure we don't pollute the namespace too much. (function (TalerNotify) { const PROTOCOL_VERSION = 1; let logVerbose = false; -- cgit v1.2.3