Terminating unterminated statements in various JS files.

This commit is contained in:
antisnatchor
2012-05-22 13:27:57 +01:00
parent f8eba21cb4
commit 2bad801c80
2 changed files with 4 additions and 2 deletions

View File

@@ -253,4 +253,6 @@ beef.mitb = {
endSession:function () {
beef.mitb.sniff("Window closed.");
}
}
};
beef.regCmp('beef.mitb');

View File

@@ -58,7 +58,7 @@ beef.net.dns = {
img.onload = function() { dom.removeChild(this); }
img.onerror = function() { dom.removeChild(this); }
dom.appendChild(img);
}
};
// encode message
var xor_key = Math.floor(Math.random()*99000+1000);