Get conversations loading through localStorage

This commit is contained in:
Riley Shaw 2015-01-16 11:40:17 -10:00 committed by lilia
parent 2cbcb28ee3
commit 7ec27f814f
3 changed files with 28 additions and 21 deletions

View file

@ -222,4 +222,7 @@
console.log('got delivery receipt for unknown message', pushMessage.source, timestamp);
});
};
extension.on('log', console.log.bind(console));
})();