Fix standalone registration

// FREEBIE
This commit is contained in:
lilia 2015-10-01 22:04:07 -07:00
parent 9872b59355
commit 08b864b57c

View file

@ -4,7 +4,7 @@
;(function() {
'use strict';
extension.windows.getBackground(function(bg) {
var accountManager = new bg.textsecure.AccountManager();
var accountManager = new bg.getAccountManager();
function log(s) {
console.log(s);