More namespacing

This commit is contained in:
Matt Corallo 2014-05-17 01:53:58 -04:00
parent 05101b69b0
commit 6bc19ef558
8 changed files with 296 additions and 264 deletions

View file

@ -95,7 +95,7 @@ function hexToArrayBuffer(str) {
return ret;
}
registerOnLoadFunction(function() {
textsecure.registerOnLoadFunction(function() {
localStorage.clear();
// Random tests to check my JS knowledge