Isolate DOM references in load() and connect().

- Other misc cleanups.
This commit is contained in:
Joel Martin
2010-05-11 16:39:17 -05:00
parent ded9dfae10
commit db504ade0c
3 changed files with 36 additions and 24 deletions
-1
View File
@@ -233,7 +233,6 @@ DES = {
DES.deskey(key, true, DES.encryptKeys);
DES.deskey(key, false, DES.decryptKeys);
console.log("DES.encryptKeys: " + DES.encryptKeys);
},
// Turn an 8-byte key into internal keys.