taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a677ae2c4f15199fb04387509cbb837f6309ce9c
parent 760952ee6e7734e22d9b644f7f1bbb907213586e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 24 Sep 2016 01:31:57 +0200

Merge branch 'master' of git+ssh://taler.net/var/git/wallet-webex

Diffstat:
Mlib/wallet/chromeBadge.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wallet/chromeBadge.ts b/lib/wallet/chromeBadge.ts @@ -136,7 +136,7 @@ export class ChromeBadge implements Badge { this.ctx.translate(-this.canvas.width / 2, -this.canvas.height / 2); // Allow running outside the extension for testing - if (chrome && chrome.browserAction) { + if (window["chrome"] && window.chrome["browserAction"]) { let imageData = this.ctx.getImageData(0, 0, this.canvas.width,